Open KScreen KCM on auto-rotate long press

This commit is contained in:
Aleix Pol 2021-09-10 02:40:53 +02:00
parent 4aa1bc3a8c
commit 4a52d8b791

View file

@ -104,6 +104,7 @@ HomeScreenComponents.QuickSettingsModel
HomeScreenComponents.QuickSetting {
text: i18n("Auto-rotate")
icon: "rotation-allowed"
settingsCommand: "plasma-open-settings kcm_kscreen"
enabled: plasmoid.nativeInterface.autoRotateEnabled
function toggle() {
plasmoid.nativeInterface.autoRotateEnabled = !enabled