add logic support customize job no active time range. add standalone logic to handle no active job. fix logic of set tempTargetJobIndexToCheckDetail

This commit is contained in:
geekgeekrun
2025-05-03 03:31:39 +08:00
parent 67e4b94f9e
commit 043d782a05
8 changed files with 300 additions and 108 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ export let mainWindow: BrowserWindow | null = null
export function createMainWindow(): BrowserWindow {
// Create the browser window.
mainWindow = new BrowserWindow({
width: 1024,
width: 1280,
height: 720,
minWidth: 1024,
show: false,
autoHideMenuBar: true,
...(process.platform === 'linux'