diff --git a/ElementX/Sources/Application/Application.swift b/ElementX/Sources/Application/Application.swift index 3c669579c..690fac258 100644 --- a/ElementX/Sources/Application/Application.swift +++ b/ElementX/Sources/Application/Application.swift @@ -58,6 +58,11 @@ struct Application: App { } .handlesExternalEvents(matching: ["*"]) .commands { + CommandGroup(replacing: .newItem) { + Button(L10n.actionStartChat) { } + .disabled(true) + } + CommandGroup(replacing: .appSettings) { Button(L10n.commonSettings) { appCoordinator.handleAppRoute(.settings, windowType: nil)