New window from taskbar

pull/373/head
SiriusXT 2024-08-28 06:30:25 +07:00
parent e5213640d7
commit 553a2f9929
1 changed files with 1 additions and 1 deletions

@ -68,7 +68,7 @@ async function createMainWindow(app: App) {
const spellcheckEnabled = optionService.getOptionBool('spellCheckEnabled');
const { BrowserWindow } = (await import('electron')); // should not be statically imported
mainWindow = new BrowserWindow({
x: mainWindowState.x,
y: mainWindowState.y,