mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-4516 device manager anpassungen
This commit is contained in:
committed by
Frank Rotermund
parent
280d19922f
commit
d9f9798643
@@ -80,10 +80,12 @@ struct UserSessionOverview: View {
|
||||
}
|
||||
.accessibilityIdentifier(VectorL10n.manageSessionRename)
|
||||
|
||||
Button {
|
||||
viewModel.send(viewAction: .showLocationInfo)
|
||||
} label: {
|
||||
Label(showLocationInfo: viewModel.viewState.showLocationInfo)
|
||||
if BWIBuildSettings.shared.deviceManagerShowIPAddress {
|
||||
Button {
|
||||
viewModel.send(viewAction: .showLocationInfo)
|
||||
} label: {
|
||||
Label(showLocationInfo: viewModel.viewState.showLocationInfo)
|
||||
}
|
||||
}
|
||||
}
|
||||
DestructiveButton {
|
||||
@@ -93,7 +95,7 @@ struct UserSessionOverview: View {
|
||||
}
|
||||
.accessibilityIdentifier(VectorL10n.signOut)
|
||||
} label: {
|
||||
Image(systemName: "ellipsis")
|
||||
Image(systemName: "ellipsis.circle")
|
||||
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
|
||||
.padding(.horizontal, 4)
|
||||
.padding(.vertical, 12)
|
||||
|
||||
Reference in New Issue
Block a user