mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add better help text
This commit is contained in:
parent
713ffafc0a
commit
7dfd25143b
@ -85,7 +85,7 @@ Rectangle {
|
|||||||
Common.Dialog {
|
Common.Dialog {
|
||||||
id: dialog
|
id: dialog
|
||||||
modalSource: root.modalSource
|
modalSource: root.modalSource
|
||||||
title: qsTr("Are you sure you want to exit ScreenPlay? \nThis will shut down all Wallpaper and Widgets.")
|
title: qsTr("Are you sure you want to exit ScreenPlay? This will shut down all Wallpaper and Widgets. If you want your Wallpaper to continue playing, press the minimize button.")
|
||||||
standardButtons: Dialog.Ok | Dialog.Cancel
|
standardButtons: Dialog.Ok | Dialog.Cancel
|
||||||
onAccepted: Qt.quit()
|
onAccepted: Qt.quit()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user