aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-02-23 16:59:26 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-02-23 16:59:26 +0100
commit1b68fda80c8673dbd818aa90cf761c389fd74744 (patch)
tree13441951cfcc1ce57713f8cc58fe0fb04797a69c /src/index.html
parentfix .css import (diff)
parent[MINOR] switch to win32 testing on all platforms (diff)
downloadferdium-app-1b68fda80c8673dbd818aa90cf761c389fd74744.tar.gz
ferdium-app-1b68fda80c8673dbd818aa90cf761c389fd74744.tar.zst
ferdium-app-1b68fda80c8673dbd818aa90cf761c389fd74744.zip
Merge branch 'feature/titlebar' of github.com:meetfranz/franz into feature/titlebar
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index bb10d2eaf..6c259e5be 100644
--- a/src/index.html
+++ b/src/index.html
@@ -11,7 +11,7 @@
11 <div class="dev-warning">DEV MODE</div> 11 <div class="dev-warning">DEV MODE</div>
12 <div id="root"></div> 12 <div id="root"></div>
13 <script> 13 <script>
14 document.querySelector('body').classList.add(process.env.FRANZ_PLATFORM ? process.env.FRANZ_PLATFORM : process.platform); 14 document.querySelector('body').classList.add(process.env.OS_PLATFORM ? process.env.OS_PLATFORM : process.platform);
15 15
16 const { isDevMode } = require('./environment'); 16 const { isDevMode } = require('./environment');
17 if (isDevMode) { 17 if (isDevMode) {