Florian Müllner 87e4eda46d status/brightness: Hide when proxy has no owner
Properties are null while a proxy has no owner. Javascript helpfully
coerces that into `Number(null)` (a.k.a. 0), so we end up with a
broken slider.

Explicitly check that the value is an integer before doing the
comparison to catch that case.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2391>
2022-08-01 12:33:36 +00:00
..
2022-03-04 14:14:37 +00:00
2022-07-19 13:27:39 +00:00
2022-07-19 13:27:39 +00:00
2022-07-19 14:56:46 +02:00