Skip to content
Commit 5e5823b3 authored by segfault's avatar segfault
Browse files

tps-frontend: Fix feature deactivated when IsActive changes to False

Apparently, callign Gtk.Switch.set_state(False) also causes the
Gtk.Switch.active property to be set to False, which means that the
switch is put in the "off" position. That caused out "notify::active"
handler to run which deactivated the feature.
parent f89e2584
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment