mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 05:34:45 +08:00
fix:HostsBoosterDialogUI _readHostsState
This commit is contained in:
@ -277,7 +277,7 @@ class HostsBoosterDialogUI extends HookConsumerWidget {
|
||||
for (var line in hostsFileLines) {
|
||||
if (line.contains("#StarCitizenToolBox")) {
|
||||
for (var host in _hostsMap.entries) {
|
||||
if (line.contains(host.value.first)) {
|
||||
if (line.contains(" ${host.value.first}")) {
|
||||
workingMap.value[host.key] = 1;
|
||||
workingMap.value = Map.from(workingMap.value);
|
||||
checkedMap.value[host.key] = true;
|
||||
|
Reference in New Issue
Block a user