forked from Public/monero-gui
Removed: hardcoded "Monero - Donations"
This commit is contained in:
2
main.qml
2
main.qml
@@ -347,7 +347,7 @@ ApplicationWindow {
|
||||
PropertyChanges { target: titleBar; maximizeButtonVisible: true }
|
||||
PropertyChanges { target: frameArea; blocked: false }
|
||||
PropertyChanges { target: titleBar; y: -titleBar.height }
|
||||
PropertyChanges { target: titleBar; title: qsTr("Monero - Donations") + translationManager.emptyString }
|
||||
PropertyChanges { target: titleBar; title: qsTr("Monero") + translationManager.emptyString }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user