aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-28 12:10:34 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-28 12:10:34 +0200
commitf28399634079ccdcb51d33cb9e3a8a5d75cc6923 (patch)
tree640aded438ad1e5f586aeb53e190bf59eceb7584 /src/index.js
parentAdd more custom branding (diff)
downloadferdium-app-f28399634079ccdcb51d33cb9e3a8a5d75cc6923.tar.gz
ferdium-app-f28399634079ccdcb51d33cb9e3a8a5d75cc6923.tar.zst
ferdium-app-f28399634079ccdcb51d33cb9e3a8a5d75cc6923.zip
Add suggestion to import Franz account
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index fbb8e1049..e1b4a7cd2 100644
--- a/src/index.js
+++ b/src/index.js
@@ -177,7 +177,7 @@ const createWindow = () => {
177 minHeight: 500, 177 minHeight: 500,
178 titleBarStyle: isMac ? 'hidden' : '', 178 titleBarStyle: isMac ? 'hidden' : '',
179 frame: isLinux, 179 frame: isLinux,
180 backgroundColor: !settings.get('darkMode') ? '#3498db' : '#1E1E1E', 180 backgroundColor: !settings.get('darkMode') ? '#7367F0' : '#1E1E1E',
181 webPreferences: { 181 webPreferences: {
182 nodeIntegration: true, 182 nodeIntegration: true,
183 webviewTag: true, 183 webviewTag: true,