Skip to content

Commit

Permalink
Merge pull request #474 from mozilla-mobile/fix-404
Browse files Browse the repository at this point in the history
Restrict IPv6 toggling via Voice Control when VPN is on.
  • Loading branch information
bakulf committed Jan 16, 2021
2 parents d4ce881 + fbc526d commit e953ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/VPNCheckBox.qml
Expand Up @@ -46,6 +46,7 @@ CheckBox {
// TODO
// Accessible.name: accessibleName
Accessible.onPressAction: clicked()
Accessible.onToggleAction: clicked()
Accessible.focusable: true
states: [
State {
Expand Down

0 comments on commit e953ec6

Please sign in to comment.