mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 07:07:27 -04:00
Add missing, fix and improve translations
This commit is contained in:
@@ -127,6 +127,7 @@ Rectangle {
|
||||
RowLayout {
|
||||
Label {
|
||||
id: manageDaemonLabel
|
||||
Layout.fillWidth: true
|
||||
color: "#4A4949"
|
||||
text: qsTr("Manage daemon") + translationManager.emptyString
|
||||
fontSize: 16
|
||||
@@ -141,6 +142,9 @@ Rectangle {
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
id: daemonStatusRow
|
||||
Layout.fillWidth: true
|
||||
|
||||
StandardButton {
|
||||
visible: true
|
||||
enabled: !appWindow.daemonRunning
|
||||
|
||||
Reference in New Issue
Block a user