Revert "Fix sensors"

This reverts commit e448142337.
This commit is contained in:
Vasiliy Doylov 2025-03-02 16:05:52 +03:00
parent e448142337
commit 3e3be29e41
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -38,7 +38,6 @@ class TheCatTools.GUI.BoubleBar : Adw.Bin, Gtk.Orientable {
public void bind_state_to_bubble_pos (Bubble bubble) {
bubble.notify["value-x"].connect (() => {
bool inb = true;
message ("%lf %lf", bubble.value_x, bubble.value_y);
if (double.max (bubble.value_x, bubble.value_y) >= clamps.upper) {
set_state_flags (Gtk.StateFlags.CHECKED, false);
inb = false;