aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxXor <admin@maxxor.org>2017-07-09 15:11:49 +0200
committerGitHub <noreply@github.com>2017-07-09 15:11:49 +0200
commit5339fbde8b6eecc3270266206c65fdaf48b64adf (patch)
treea86eb4f8f11b8ac214a75285db6e3545e0116390
parentc68c31777693ae75b59c0d24c44195a97bbf0c1c (diff)
downloadmonzero-gui-5339fbde8b6eecc3270266206c65fdaf48b64adf.tar.gz
monzero-gui-5339fbde8b6eecc3270266206c65fdaf48b64adf.tar.xz
monzero-gui-5339fbde8b6eecc3270266206c65fdaf48b64adf.zip
Add window title
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index cd962ca8..35ecd05e 100644
--- a/main.qml
+++ b/main.qml
@@ -42,7 +42,7 @@ import "wizard"
ApplicationWindow {
id: appWindow
-
+ title: "Monero GUI"
property var currentItem
property bool whatIsEnable: false