mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
Make settings menu a regular window (#113)
This commit is contained in:
@@ -26,7 +26,7 @@ export function useOpenWorkspace() {
|
||||
requestId != null
|
||||
? routes.paths.request({ ...baseArgs, requestId })
|
||||
: routes.paths.workspace({ ...baseArgs });
|
||||
await invokeCmd('cmd_new_window', { url: path });
|
||||
await invokeCmd('cmd_new_main_window', { url: path });
|
||||
} else {
|
||||
if (requestId != null) {
|
||||
routes.navigate('request', { ...baseArgs, requestId });
|
||||
|
||||
Reference in New Issue
Block a user