mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 00:27:26 -04:00
Removed: hardcoded "Monero - Donations"
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user