mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-19 18:41:29 +00:00
Add window title
This commit is contained in:
parent
c68c317776
commit
5339fbde8b
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"
|
||||||
|
|
||||||
property var currentItem
|
property var currentItem
|
||||||
property bool whatIsEnable: false
|
property bool whatIsEnable: false
|
||||||
|
|
Loading…
Reference in a new issue