Skip to content

Commit f90aaa3

Browse files
committedJan 20, 2025·
nit
1 parent c104894 commit f90aaa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/main-process/appWindow.ts

+1-2
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)
Please sign in to comment.