Merge pull request #786 from amnezia-vpn/bugfix/killswitch-switcher-mobile

hide killswitch switcher for mobile platforms
This commit is contained in:
pokamest 2024-04-29 04:50:11 -07:00 committed by GitHub
commit 0c7059a476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,8 @@ PageType {
}
SwitcherType {
visible: !GC.isMobile()
Layout.fillWidth: true
Layout.margins: 16