ui: disable subs indicator when chat is stopped (#4672)

This commit is contained in:
spaced4ndy
2024-08-13 13:14:27 +04:00
committed by GitHub
parent 84ae39b012
commit cb683d0706
2 changed files with 5 additions and 1 deletions
@@ -341,6 +341,7 @@ struct SubsStatusIndicator: View {
}
}
}
.disabled(ChatModel.shared.chatRunning != true)
.onAppear {
startTimer()
}