From c5a3fa576d1c9eef5af75c534d5386520e75313c Mon Sep 17 00:00:00 2001 From: pbca26 Date: Fri, 7 Jul 2017 10:52:10 +0300 Subject: [PATCH] new agama icon --- gui/agama-icon.svg | 43 +++++++++++++++++++++++++++++++++++++++++++ gui/index.html | 2 +- gui/loading.js | 4 ++-- 3 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 gui/agama-icon.svg diff --git a/gui/agama-icon.svg b/gui/agama-icon.svg new file mode 100644 index 0000000..4b9055c --- /dev/null +++ b/gui/agama-icon.svg @@ -0,0 +1,43 @@ + + + + background + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gui/index.html b/gui/index.html index 08937b4..14a6977 100644 --- a/gui/index.html +++ b/gui/index.html @@ -24,7 +24,7 @@
- +
Choose Agama mode
diff --git a/gui/loading.js b/gui/loading.js index b2c1dd7..445e078 100644 --- a/gui/loading.js +++ b/gui/loading.js @@ -1,6 +1,6 @@ function closeMainWindow() { const remote = require('electron').remote; - var window = remote.getCurrentWindow(); + const window = remote.getCurrentWindow(); window.createWindow('open'); window.hide(); @@ -8,7 +8,7 @@ function normalStart() { const remote = require('electron').remote; - var appConf = remote.getCurrentWindow().appConfig; + let appConf = remote.getCurrentWindow().appConfig; appConf.iguanaLessMode = false; // run iguana-less mode with no daemons startup