aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.js
diff options
context:
space:
mode:
authorLibravatar 1mm0rt41PC <5358076+1mm0rt41PC@users.noreply.github.com>2021-01-06 01:05:59 +0100
committerLibravatar GitHub <noreply@github.com>2021-01-06 01:05:59 +0100
commit65ca2e4582c85341a4ff77d1a6717f9a25542dab (patch)
tree610b39c60b2b5439b560ef722f73222d52ddc6d6 /src/stores/SettingsStore.js
parentdocs: add 1mm0rt41PC as a contributor (#1146) (diff)
downloadferdium-app-65ca2e4582c85341a4ff77d1a6717f9a25542dab.tar.gz
ferdium-app-65ca2e4582c85341a4ff77d1a6717f9a25542dab.tar.zst
ferdium-app-65ca2e4582c85341a4ff77d1a6717f9a25542dab.zip
Add new setting to minimize to tray when closing on Windows (#1093)
Co-authored-by: Amine El Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/stores/SettingsStore.js')
-rw-r--r--src/stores/SettingsStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index c50475819..83f6f9c89 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -173,6 +173,7 @@ export default class SettingsStore extends Store {
173 runInBackground: legacySettings.runInBackground, 173 runInBackground: legacySettings.runInBackground,
174 enableSystemTray: legacySettings.enableSystemTray, 174 enableSystemTray: legacySettings.enableSystemTray,
175 minimizeToSystemTray: legacySettings.minimizeToSystemTray, 175 minimizeToSystemTray: legacySettings.minimizeToSystemTray,
176 closeToSystemTray: legacySettings.closeToSystemTray,
176 server: API, 177 server: API,
177 isAppMuted: legacySettings.isAppMuted, 178 isAppMuted: legacySettings.isAppMuted,
178 enableGPUAcceleration: legacySettings.enableGPUAcceleration, 179 enableGPUAcceleration: legacySettings.enableGPUAcceleration,