Skip to content

Commit

Permalink
Set the title of the main Qt Quick GUI window to just Syncthing for s…
Browse files Browse the repository at this point in the history
…implicity
  • Loading branch information
Martchus committed Oct 18, 2024
1 parent 8fb3405 commit 0419f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tray/gui/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ApplicationWindow {
visible: true
width: 700
height: 500
title: qsTr("Syncthing App")
title: qsTr("Syncthing")
onVisibleChanged: app.setCurrentControls(window.visible, pageStack.currentIndex)
Material.theme: app.darkmodeEnabled ? Material.Dark : Material.Light
Material.accent: Material.LightBlue
Expand Down

0 comments on commit 0419f27

Please sign in to comment.