fix(stage-tamagotchi): open devtools for beat sync in detach mode
This commit is contained in:
@@ -211,7 +211,7 @@ export function setupTray(params: {
|
||||
...is.dev || env.MAIN_APP_DEBUG || env.APP_DEBUG
|
||||
? [
|
||||
{ type: 'header', label: params.i18n.t('tamagotchi.electron.tray.menu.labels.label.devtools') },
|
||||
{ label: params.i18n.t('tamagotchi.electron.tray.menu.labels.label.troubleshoot_beatsync'), click: () => params.beatSyncBgWindow.webContents.openDevTools() },
|
||||
{ label: params.i18n.t('tamagotchi.electron.tray.menu.labels.label.troubleshoot_beatsync'), click: () => params.beatSyncBgWindow.webContents.openDevTools({ mode: 'detach' }) },
|
||||
{ type: 'separator' },
|
||||
] as const
|
||||
: [],
|
||||
|
||||
Reference in New Issue
Block a user