fix: divider visibility

This commit is contained in:
vkamn
2026-06-03 16:29:42 +08:00
parent 38f364eae1
commit 02b6366848
@@ -166,7 +166,7 @@ PageType {
}
DividerType {
visible: !GC.isMobile()
visible: !GC.isMobile() && ServersUiController.hasServersFromGatewayApi
}
SwitcherType {