Skip to content

Commit

Permalink
fix(desktop): optimize window state setting service
Browse files Browse the repository at this point in the history
  • Loading branch information
ni00 committed Jan 20, 2025
1 parent da57dad commit aef6887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ async function createWindow() {
theme = setting.currentTheme
autoCheckUpdate = setting.autoCheck
syncOsTheme = setting.syncOsTheme
defaultWindowSize.height = setting.height
defaultWindowSize.width = setting.width
//@ts-ignore
global.sharedData = {
currentTheme: setting.currentTheme,
Expand Down

0 comments on commit aef6887

Please sign in to comment.