Allow the screensaver toggle to work even if running on an embedded platform

This commit is contained in:
Cameron Gutman
2022-03-16 21:57:03 -05:00
parent edeea65c3e
commit ce2a01fc59
2 changed files with 2 additions and 3 deletions

View File

@@ -955,7 +955,6 @@ Flickable {
}
CheckBox {
visible: SystemProperties.hasDesktopEnvironment
id: keepAwakeCheck
width: parent.width
text: qsTr("Keep PC awake while streaming")