fix: i18n and lint

This commit is contained in:
kangfenmao
2025-03-22 22:28:02 +08:00
parent dcbe3ac1c6
commit dd1b538687
15 changed files with 129 additions and 101 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export class WindowService {
private setupWindowEvents(mainWindow: BrowserWindow) {
mainWindow.once('ready-to-show', () => {
mainWindow.webContents.setZoomFactor(configManager.getZoomFactor())
// show window only when laucn to tray not set
const isLaunchToTray = configManager.getLaunchToTray()
if (!isLaunchToTray) {