fix some conflicts, updated routes to settings

This commit is contained in:
booploops 2022-06-28 01:49:30 -07:00
parent f71ca88298
commit 9320b7f412
6 changed files with 55 additions and 30 deletions

View file

@ -37,7 +37,7 @@ export default class Thumbar {
{
label: utils.getLocale(utils.getStoreValue('general.language'), 'term.settings'),
accelerator: utils.getStoreValue("general.keybindings.settings").join('+'),
click: () => utils.getWindow().webContents.executeJavaScript(`app.appRoute('settings')`)
click: () => utils.getWindow().webContents.executeJavaScript(`app.openSettingsPage()`)
},
...(this.isMac ? [
{type: 'separator'},