Fix sensors

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
Vasiliy Doylov 2025-03-02 15:26:40 +03:00
parent c0ade27ca6
commit 04ce8f0b61
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

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