mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add location info in UserOtherSessions
This commit is contained in:
@@ -40,12 +40,12 @@ struct UserOtherSessionsViewState: BindableState, Equatable {
|
||||
var emptyItemsTitle: String
|
||||
var allItemsSelected: Bool
|
||||
var enableSignOutButton: Bool
|
||||
var showLocationInfo: Bool = RiotSettings.shared.showIPAddressesInSessionsManager
|
||||
}
|
||||
|
||||
struct UserOtherSessionsBindings: Equatable {
|
||||
var filter: UserOtherSessionsFilter
|
||||
var isEditModeEnabled: Bool
|
||||
var showLocationInfo = false
|
||||
}
|
||||
|
||||
enum UserOtherSessionsViewAction {
|
||||
@@ -56,4 +56,5 @@ enum UserOtherSessionsViewAction {
|
||||
case toggleAllSelection
|
||||
case logoutAllUserSessions
|
||||
case logoutSelectedUserSessions
|
||||
case showLocationInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user