mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Sing out filtering
This commit is contained in:
+4
-1
@@ -85,7 +85,10 @@ struct UserOtherSessionsToolbar: ToolbarContent {
|
||||
} label: {
|
||||
Label(VectorL10n.userOtherSessionMenuSelectSessions, systemImage: "checkmark.circle")
|
||||
}
|
||||
signOutButton()
|
||||
.disabled(sessionCount == 0)
|
||||
if sessionCount > 0 {
|
||||
signOutButton()
|
||||
}
|
||||
} label: {
|
||||
Image(systemName: "ellipsis")
|
||||
.padding(.horizontal, 4)
|
||||
|
||||
Reference in New Issue
Block a user