Fix sensors
Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
parent
033142e583
commit
0540aab13b
2 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
color: red;
|
||||
}
|
||||
|
||||
.bubble-bar>overlay>.line#checked {
|
||||
.bubble-bar>overlay>.line::checked {
|
||||
color: green;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue