PresentationModeItem.qml: fix logic bug that would not allow turning Presentation Mode off
This if
block would always return true
if the presentation mode is set
enabled. Removing it allows to stopSuppressingScreenPowerManagement
job
to run again.
(cherry picked from commit 553ccfab)
e236c2d5 PresentationModeItem.qml: fix logic bug that would not allow turning Presentation Mode off
Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev