updated dev options screen

This commit is contained in:
Mauro Romito
2025-02-13 10:07:16 +01:00
committed by Stefan Ceriu
parent 8ad1448664
commit 8098e2b057

View File

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