aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-24 17:49:34 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-24 17:49:34 +0100
commite8a64e25a08b050b8097da63334d8e4c9d349bd7 (patch)
tree8c152f7785ebe9f351455f870ba9d66d2273a705 /src/config.js
parentFix warning about missing actions in PublishDebugLogModal (diff)
downloadferdium-app-e8a64e25a08b050b8097da63334d8e4c9d349bd7.tar.gz
ferdium-app-e8a64e25a08b050b8097da63334d8e4c9d349bd7.tar.zst
ferdium-app-e8a64e25a08b050b8097da63334d8e4c9d349bd7.zip
Add ability to change sidebar width
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 895852ed8..193ba74e6 100644
--- a/src/config.js
+++ b/src/config.js
@@ -45,6 +45,16 @@ export const HIBERNATION_STRATEGIES = {
45 3600: 'Extemely Slow Hibernation (1hour)', 45 3600: 'Extemely Slow Hibernation (1hour)',
46}; 46};
47 47
48export const SIDEBAR_WIDTH = {
49 35: 'Extemely slim sidebar',
50 45: 'Very slim sidebar',
51 55: 'Slim sidebar',
52 68: 'Normal sidebar',
53 80: 'Wide sidebar',
54 90: 'Very wide sidebar',
55 100: 'Extemely wide sidebar',
56};
57
48export const DEFAULT_APP_SETTINGS = { 58export const DEFAULT_APP_SETTINGS = {
49 autoLaunchInBackground: false, 59 autoLaunchInBackground: false,
50 runInBackground: true, 60 runInBackground: true,