Skip to content
Verified Commit 72f9d9bd authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

applet: Fix enabled states of Wi-Fi and WWAN checkboxes in Edit Mode

We don't have full control over `enabled` property all the time, as it
inherits its state through parent-child chain in QML. Instead of
reusing it for custom logic, just introduce a new property for that.

This patch replaces assignments with bindings, and drops two extra
signal handlers which are not needed anymore because the property they
were updating is now a reliable readonly boolean.
parent 98cfc702
Pipeline #243054 passed with stage
in 2 minutes and 2 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment