1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-05 18:22:46 +00:00

SailfishOS: Small user interface improvements

* Pressing shuffle will now show a notification indicating it is not
  implemented.
* On the initial setup, the discovered settings are displayed somewhat
  more neatly.
* Disable reloading the main view each time the MainPage gets activated.
This commit is contained in:
Chris Josten 2021-09-08 21:57:23 +02:00
parent 14c9de0aac
commit 8a9cb73686
3 changed files with 34 additions and 15 deletions

View file

@ -158,8 +158,8 @@ PanelBackground {
verticalCenter: playButton.verticalCenter
}
icon.source: "image://theme/icon-m-shuffle"
enabled: false
opacity: 0
onClicked: Notices.show(qsTr("Shuffle not yet implemented"))
}
IconButton {