fix: return false for unhandled app commands
This commit is contained in:
@@ -287,4 +287,6 @@ export function dispatchAppCommand(id: AppCommandId, handlers: AppCommandHandler
|
||||
handlers.onRepairVault?.()
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user