Remove remaining uos texts

This commit is contained in:
Caten
2026-01-08 08:43:19 +08:00
parent 77fec49a75
commit 45da44d078
4 changed files with 0 additions and 8 deletions

View File

@@ -328,11 +328,6 @@ class _SettingPageState extends State<SettingPage> {
G.prefs.setBool("getifaddrsBridge", value);
setState(() {});
},),
const SizedBox.square(dimension: 8),
SwitchListTile(title: Text(AppLocalizations.of(context)!.fakeUOSSystem), value: Util.getGlobal("uos") as bool, onChanged:(value) {
G.prefs.setBool("uos", value);
setState(() {});
},),
],))),
ExpansionPanel(
isExpanded: _expandState[2],