From 49a14785c66d11bf13442339ac69ab31dc9e7f28 Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Mon, 29 Apr 2024 13:36:23 +0500 Subject: [PATCH] hide killswitch switcher for mobile platforms --- client/ui/qml/Pages2/PageSettingsConnection.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/ui/qml/Pages2/PageSettingsConnection.qml b/client/ui/qml/Pages2/PageSettingsConnection.qml index 421bbc95..18035f65 100644 --- a/client/ui/qml/Pages2/PageSettingsConnection.qml +++ b/client/ui/qml/Pages2/PageSettingsConnection.qml @@ -132,6 +132,8 @@ PageType { } SwitcherType { + visible: !GC.isMobile() + Layout.fillWidth: true Layout.margins: 16