mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
iOS AWG/WG split tunnel
This commit is contained in:
@@ -94,7 +94,7 @@ PageType {
|
||||
DividerType {}
|
||||
|
||||
LabelWithButtonType {
|
||||
visible: GC.isDesktop() || Qt.platform.os === "android"
|
||||
visible: true
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
||||
@@ -108,11 +108,11 @@ PageType {
|
||||
}
|
||||
|
||||
DividerType {
|
||||
visible: !GC.isMobile()
|
||||
visible: GC.isDesktop()
|
||||
}
|
||||
|
||||
LabelWithButtonType {
|
||||
visible: false//!GC.isMobile()
|
||||
visible: false
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
||||
@@ -125,7 +125,7 @@ PageType {
|
||||
}
|
||||
|
||||
DividerType {
|
||||
visible: false//!GC.isMobile()
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user