mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 04:54:55 +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
|
@ViewBuilder
|
||||||
private var accountHeaderView: some View {
|
private var accountHeaderView: some View {
|
||||||
if let account = currentAccount.account {
|
if let account = currentAccount.account, !viewModel.mode.isEditing {
|
||||||
HStack {
|
HStack {
|
||||||
AppAccountsSelectorView(routerPath: RouterPath(),
|
AppAccountsSelectorView(routerPath: RouterPath(),
|
||||||
accountCreationEnabled: false,
|
accountCreationEnabled: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user