mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat: add date + calendar, also tidy up pointers/tooltips
This commit is contained in:
@@ -104,6 +104,7 @@ Item {
|
||||
MouseArea {
|
||||
id: playButton
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
hoverEnabled: true
|
||||
enabled: MusicManager.canPlay || MusicManager.canPause
|
||||
onClicked: MusicManager.playPause()
|
||||
|
||||
Reference in New Issue
Block a user