mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-19 10:31:09 +00:00
Change window title
Monero GUI → Monero
This commit is contained in:
parent
5339fbde8b
commit
105336ba08
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -42,7 +42,7 @@ import "wizard"
|
||||||
|
|
||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: appWindow
|
id: appWindow
|
||||||
title: "Monero GUI"
|
title: "Monero"
|
||||||
|
|
||||||
property var currentItem
|
property var currentItem
|
||||||
property bool whatIsEnable: false
|
property bool whatIsEnable: false
|
||||||
|
|
Loading…
Reference in a new issue