diff --git a/src/gui/MainPane/TopBar.qml b/src/gui/MainPane/TopBar.qml index 1d90d472..c9f0f7cc 100644 --- a/src/gui/MainPane/TopBar.qml +++ b/src/gui/MainPane/TopBar.qml @@ -13,13 +13,20 @@ Rectangle { HButton { backgroundColor: "transparent" - icon.name: "placeholder-logo" - icon.color: theme.mainPane.topBar.placeholderLogo + icon.name: "settings" + toolTip.text: qsTr("Open config folder") + + onClicked: py.callCoro("get_config_dir", [], Qt.openUrlExternally) + + Layout.fillHeight: true + } + + HButton { + backgroundColor: "transparent" text: qsTr("%1 %2") .arg(Qt.application.displayName).arg(Qt.application.version) label.color: theme.mainPane.topBar.nameVersionLabel - label.horizontalAlignment: Text.AlignLeft toolTip.text: qsTr("Open project repository") onClicked: @@ -38,25 +45,5 @@ Rectangle { Layout.fillHeight: true } - - HButton { - backgroundColor: "transparent" - icon.name: "reload-config-files" - toolTip.text: qsTr("Reload config files") - - onClicked: mainUI.reloadSettings() - - Layout.fillHeight: true - } - - HButton { - backgroundColor: "transparent" - icon.name: "settings" - toolTip.text: qsTr("Open config folder") - - onClicked: py.callCoro("get_config_dir", [], Qt.openUrlExternally) - - Layout.fillHeight: true - } } } diff --git a/src/icons/thin/placeholder-logo.svg b/src/icons/thin/placeholder-logo.svg deleted file mode 100644 index 06f821b9..00000000 --- a/src/icons/thin/placeholder-logo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index e8c13826..4631436d 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -258,7 +258,6 @@ mainPane: topBar: color background: colors.strongBackground - color placeholderLogo: icons.colorize color nameVersionLabel: colors.text listView: diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index c0328b13..1d3d4d79 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -268,7 +268,6 @@ mainPane: topBar: color background: colors.strongBackground - color placeholderLogo: icons.colorize color nameVersionLabel: colors.text listView: