mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-12 14:44:14 +01:00
Composer: Remove unavailable features when editing close #868
This commit is contained in:
parent
c4b9e74bcd
commit
b707749558
@ -213,7 +213,7 @@ public struct StatusEditorView: View {
|
||||
|
||||
@ViewBuilder
|
||||
private var accountHeaderView: some View {
|
||||
if let account = currentAccount.account {
|
||||
if let account = currentAccount.account, !viewModel.mode.isEditing {
|
||||
HStack {
|
||||
AppAccountsSelectorView(routerPath: RouterPath(),
|
||||
accountCreationEnabled: false,
|
||||
|
Loading…
Reference in New Issue
Block a user