mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ui: disable subs indicator when chat is stopped (#4672)
This commit is contained in:
@@ -341,6 +341,7 @@ struct SubsStatusIndicator: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.disabled(ChatModel.shared.chatRunning != true)
|
||||
.onAppear {
|
||||
startTimer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user