ios: disable incognito toggle when chat is stopped (#983)

This commit is contained in:
JRoberts
2022-08-30 15:33:36 +04:00
committed by GitHub
parent 0169589e7c
commit 5fa2d7f7ce

View File

@@ -78,6 +78,7 @@ struct SettingsView: View {
.disabled(chatModel.chatRunning != true)
incognitoRow()
.disabled(chatModel.chatRunning != true)
NavigationLink {
UserAddress()