Replace "Open web UI" with "Open Syncthing"

This commit is contained in:
Martchus 2019-02-17 23:49:22 +01:00
parent e56c950100
commit 2b3a27d537
2 changed files with 6 additions and 6 deletions

View File

@ -367,8 +367,8 @@ ColumnLayout {
}
TinyButton {
id: webUIButton
tooltip: qsTr("Web UI")
iconSource: "internet-web-browser"
tooltip: qsTr("Open Syncthing")
iconSource: ":/icons/hicolor/scalable/status/syncthing-default.svg"
onClicked: {
plasmoid.nativeInterface.showWebUI()
plasmoid.expanded = false

View File

@ -6,7 +6,7 @@
<string>Syncthing Tray</string>
</property>
<property name="windowIcon">
<iconset resource="../resources/syncthingtrayicons.qrc">
<iconset resource="../../widgets/resources/syncthingwidgetsicons.qrc">
<normaloff>:/icons/hicolor/scalable/app/syncthingtray.svg</normaloff>:/icons/hicolor/scalable/app/syncthingtray.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@ -151,11 +151,11 @@
<item>
<widget class="QPushButton" name="webUiPushButton">
<property name="toolTip">
<string>Web UI</string>
<string>Open Syncthing</string>
</property>
<property name="icon">
<iconset theme="internet-web-browser" resource="../../widgets/resources/syncthingwidgetsicons.qrc">
<normaloff>:/icons/hicolor/scalable/apps/internet-web-browser.svg</normaloff>:/icons/hicolor/scalable/apps/internet-web-browser.svg</iconset>
<iconset resource="../../model/resources/syncthingmodelicons.qrc">
<normaloff>:/icons/hicolor/scalable/status/syncthing-default.svg</normaloff>:/icons/hicolor/scalable/status/syncthing-default.svg</iconset>
</property>
<property name="flat">
<bool>true</bool>