opt.: use cdn as default

This commit is contained in:
lollipopkit
2024-03-09 17:43:15 +08:00
parent 519ca23556
commit 96a0b9cfd2
6 changed files with 10 additions and 46 deletions

View File

@@ -251,11 +251,6 @@ class SettingStore extends PersistentStore {
/// when building traffic view on server tab
late final ignoreLocalNet = property('ignoreLocalNetIface', true);
/// Use cdn
/// It's recommended to use cdn for non-China users
/// 0: unset, 1: use, 2: not use
late final useCdn = property('useCdn', 0);
/// Index of terminal cursor type
late final termCursor =
property('termCursor', TerminalCursorType.block.index);