mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-29 09:49:42 +00:00
ios: disable files deletion unless chat is stopped (#1074)
This commit is contained in:
@@ -166,6 +166,7 @@ struct DatabaseView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.disabled(!stopped || appFilesCountAndSize?.0 == 0)
|
||||
}
|
||||
.onAppear {
|
||||
runChat = m.chatRunning ?? true
|
||||
|
||||
Reference in New Issue
Block a user