[enhancement]: also save fullscreen/maximize

This commit is contained in:
Kendall Garner 2024-04-06 21:14:05 -07:00
parent c0110eff82
commit 6824a5db7a
No known key found for this signature in database
GPG key ID: 18D2767419676C87
3 changed files with 18 additions and 2 deletions

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 = {