Fix sensors

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
Vasiliy Doylov 2025-03-02 15:32:29 +03:00
parent 9f6bd2f794
commit 033142e583
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -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");
});
}