fix flickering text when scrolling to zero while hovering

This commit is contained in:
shouya
2025-11-08 23:01:21 +09:00
parent 33e7977077
commit 0f360859d0
+1
View File
@@ -48,6 +48,7 @@ Item {
I18n.tr("tooltips.enable-keep-awake")
onClicked: IdleInhibitorService.manualToggle()
forceOpen: IdleInhibitorService.timeout !== null
forceClose: IdleInhibitorService.timeout == null
onWheel: function (delta) {
var sign = delta > 0 ? 1 : -1
// the offset makes scrolling down feel symmetrical to scrolling up