aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan <stefan@adlk.io>2018-12-05 14:33:47 +0100
committerLibravatar Stefan <stefan@adlk.io>2018-12-05 14:33:47 +0100
commit08fa75acc11d023a37f72f6f0a86d304ef6fdf18 (patch)
treef57514cbcb97348ea3a2e4af589338eaa82ca496 /src/config.js
parentfix(Windows): Fix quit app, really! (diff)
downloadferdium-app-08fa75acc11d023a37f72f6f0a86d304ef6fdf18.tar.gz
ferdium-app-08fa75acc11d023a37f72f6f0a86d304ef6fdf18.tar.zst
ferdium-app-08fa75acc11d023a37f72f6f0a86d304ef6fdf18.zip
Merge 'fix/window-bounds' into 'develop'
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index ba3af14b9..d981f9c6a 100644
--- a/src/config.js
+++ b/src/config.js
@@ -39,6 +39,13 @@ export const DEFAULT_FEATURES_CONFIG = {
39 isServiceProxyPremiumFeature: true, 39 isServiceProxyPremiumFeature: true,
40}; 40};
41 41
42export const DEFAULT_WINDOW_OPTIONS = {
43 width: 800,
44 height: 600,
45 x: 0,
46 y: 0,
47};
48
42export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs'; 49export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-plugin-docs';
43export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; 50export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
44 51