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