mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
compat fixes
This commit is contained in:
@@ -43,7 +43,11 @@ if (!app.requestSingleInstanceLock()) {
|
||||
}
|
||||
|
||||
if (argv.d) {
|
||||
electronDebug({ isEnabled: true, showDevTools: 'undocked' })
|
||||
electronDebug({
|
||||
isEnabled: true,
|
||||
showDevTools: true,
|
||||
devToolsMode: 'undocked'
|
||||
})
|
||||
}
|
||||
|
||||
app.on('ready', () => {
|
||||
|
Reference in New Issue
Block a user