Skip to content

Commit 30b30fd

Browse files
committed
Fix: Fixed session persistance issue.
1 parent f044fae commit 30b30fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/scripts/windows-manager.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ArcWindowsManager {
4141
y: session.position.y,
4242
backgroundColor: '#00A2DF',
4343
webPreferences: {
44-
partition: 'persist:arc-window-' + index
44+
partition: 'persist:arc-window'
4545
}
4646
});
4747
mainWindow.__arcIndex = index;
@@ -91,7 +91,6 @@ class ArcWindowsManager {
9191

9292
__readyShowHandler(e) {
9393
e.sender.show();
94-
debugger;
9594
}
9695
}
9796

0 commit comments

Comments
 (0)