mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Removed: hardcoded "Monero - Donations"
This commit is contained in:
parent
b199c5fe0a
commit
d0a5339289
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Rectangle {
|
|||
color: "#000000"
|
||||
y: -height
|
||||
property int mouseX: 0
|
||||
property string title: qsTr("Monero - Donations") + translationManager.emptyString
|
||||
property string title
|
||||
property bool containsMouse: false
|
||||
property alias maximizeButtonVisible: maximizeButton.visible
|
||||
property alias basicButtonVisible: goToBasicVersionButton.visible
|
||||
|
|
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 }
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue