diff --git a/main.qml b/main.qml index f8efa202..bbb364a0 100644 --- a/main.qml +++ b/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