[enhancement]: also save fullscreen/maximize

This commit is contained in:
Kendall Garner
2024-04-06 21:14:05 -07:00
parent c0110eff82
commit 6824a5db7a
3 changed files with 18 additions and 2 deletions
+1
View File
@@ -64,6 +64,7 @@ const env = {
SERVER_NAME: process.env.SERVER_NAME ?? '',
SERVER_TYPE,
SERVER_URL: process.env.SERVER_URL ?? 'http://',
START_MAXIMIZED: store.get('maximized'),
};
export const localSettings = {