Move the global search shortcut to application commands so it's more reliable with multiple windows

This commit is contained in:
Stefan Ceriu
2026-03-30 13:01:21 +03:00
committed by Stefan Ceriu
parent aae95a9489
commit b9c5c3446a
12 changed files with 16 additions and 21 deletions

View File

@@ -488,8 +488,6 @@ extension HomeScreenViewModelAction: @retroactive Equatable {
true
case (.presentStartChatScreen, .presentStartChatScreen):
true
case (.presentGlobalSearch, .presentGlobalSearch):
true
case (.logout, .logout):
true
default: