mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
fix flickering text when scrolling to zero while hovering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user