mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
commit
23e3d82441
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -49,6 +49,8 @@ import "js/Windows.js" as Windows
|
|||
ApplicationWindow {
|
||||
id: appWindow
|
||||
title: "Monero" + (walletName ? " - " + walletName : "")
|
||||
minimumWidth: 750
|
||||
minimumHeight: 450
|
||||
|
||||
property var currentItem
|
||||
property bool hideBalanceForced: false
|
||||
|
|
Loading…
Reference in a new issue