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.