mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: use cdn as default
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user