You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing brightness value via DBUS is async and does not instantly result in actually changing the value in the underlying file.
This can result in changing the value via DBUS, and then still reading the unchanged value from the file, and thinking that it's a new user value.
As such, return cached "desired" value until the file was actually written after changing it via DBUS.
0 commit comments