mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-02 11:12:20 +00:00
Composer: Remove unavailable features when editing close #868
This commit is contained in:
parent
c4b9e74bcd
commit
b707749558
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue