Fix sensors

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
Vasiliy Doylov 2025-03-02 15:33:21 +03:00
parent 033142e583
commit 0540aab13b
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,6 @@ class TheCatTools.GUI.BoubleBar : Adw.Bin, Gtk.Orientable {
inb = false;
} else
unset_state_flags (Gtk.StateFlags.CHECKED);
message ("Notify %s", Gtk.StateFlags.CHECKED in get_state_flags () ? "Inbounds" : "Outbounds");
});
}

View file

@ -8,6 +8,6 @@
color: red;
}
.bubble-bar>overlay>.line#checked {
.bubble-bar>overlay>.line::checked {
color: green;
}