fix: temporarily disable jump server

This commit is contained in:
lollipopkit
2023-11-19 14:47:27 +08:00
parent 691471dae5
commit 1a49c7870c
8 changed files with 65 additions and 59 deletions

View File

@@ -378,6 +378,10 @@ class _ServerEditPageState extends State<ServerEditPage> {
leading: const Icon(Icons.map),
initiallyExpanded: _jumpServer.value != null,
title: Text(l10n.jumpServer),
subtitle: const Text(
"It was temporarily disabled because it has some bugs (Issues #210)",
style: UIs.textGrey,
),
children: children,
),
);