forked from Public/monero-gui
Removed: hardcoded "Monero - Donations"
This commit is contained in:
@@ -35,7 +35,7 @@ Rectangle {
|
|||||||
color: "#000000"
|
color: "#000000"
|
||||||
y: -height
|
y: -height
|
||||||
property int mouseX: 0
|
property int mouseX: 0
|
||||||
property string title: qsTr("Monero - Donations") + translationManager.emptyString
|
property string title
|
||||||
property bool containsMouse: false
|
property bool containsMouse: false
|
||||||
property alias maximizeButtonVisible: maximizeButton.visible
|
property alias maximizeButtonVisible: maximizeButton.visible
|
||||||
property alias basicButtonVisible: goToBasicVersionButton.visible
|
property alias basicButtonVisible: goToBasicVersionButton.visible
|
||||||
|
|||||||
2
main.qml
2
main.qml
@@ -347,7 +347,7 @@ ApplicationWindow {
|
|||||||
PropertyChanges { target: titleBar; maximizeButtonVisible: true }
|
PropertyChanges { target: titleBar; maximizeButtonVisible: true }
|
||||||
PropertyChanges { target: frameArea; blocked: false }
|
PropertyChanges { target: frameArea; blocked: false }
|
||||||
PropertyChanges { target: titleBar; y: -titleBar.height }
|
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