updated dev options screen

This commit is contained in:
Mauro Romito 2025-02-13 10:07:16 +01:00 committed by Stefan Ceriu
parent f149a40def
commit 323df6f1c5

View File

@ -67,7 +67,7 @@ struct DeveloperOptionsScreen: View {
Section("Join rules") { Section("Join rules") {
Toggle(isOn: $context.knockingEnabled) { Toggle(isOn: $context.knockingEnabled) {
Text("Knocking") Text("Knocking")
Text("Experimental, still using mocked data") Text("Ask to join rooms")
} }
} }