Fix sensors
Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
parent
9f6bd2f794
commit
033142e583
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ class TheCatTools.GUI.BoubleBar : Adw.Bin, Gtk.Orientable {
|
|||
set_state_flags (Gtk.StateFlags.CHECKED, false);
|
||||
inb = false;
|
||||
} else
|
||||
set_state_flags (Gtk.StateFlags.CHECKED, true);
|
||||
message ("Notify %s", inb ? "Inbounds" : "Outbounds");
|
||||
unset_state_flags (Gtk.StateFlags.CHECKED);
|
||||
message ("Notify %s", Gtk.StateFlags.CHECKED in get_state_flags () ? "Inbounds" : "Outbounds");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue