aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxXor <admin@maxxor.org>2017-07-13 17:39:51 +0200
committerGitHub <noreply@github.com>2017-07-13 17:39:51 +0200
commit105336ba08325ec81bfddf9aed0467c2296c2926 (patch)
tree4eb8cdc1b8155be513f36d13494975ab7df947c6
parent5339fbde8b6eecc3270266206c65fdaf48b64adf (diff)
downloadmonzero-gui-105336ba08325ec81bfddf9aed0467c2296c2926.tar.gz
monzero-gui-105336ba08325ec81bfddf9aed0467c2296c2926.tar.xz
monzero-gui-105336ba08325ec81bfddf9aed0467c2296c2926.zip
Change window title
Monero GUI → Monero
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 35ecd05e..195c28f3 100644
--- a/main.qml
+++ b/main.qml
@@ -42,7 +42,7 @@ import "wizard"
ApplicationWindow {
id: appWindow
- title: "Monero GUI"
+ title: "Monero"
property var currentItem
property bool whatIsEnable: false