Skip to content

Commit ced8e07

Browse files
committed
nit
1 parent 519518b commit ced8e07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main-process/appWindow.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export class AppWindow {
4949
}
5050

5151
public constructor() {
52-
const store = this.loadWindowStore();
53-
this.store = store;
52+
this.store = this.loadWindowStore();
5453

5554
this.window = this.#createWindow();
5655

0 commit comments

Comments
 (0)