[Hosts] Handle hidden hosts file (#34308)

* handle hidden hosts file

* don't remove hidden attribute
This commit is contained in:
Davide Giacometti
2024-08-16 20:36:26 +02:00
committed by GitHub
parent 1cbf512ed0
commit 9af757f5ce
4 changed files with 50 additions and 11 deletions

View File

@@ -25,6 +25,6 @@ namespace HostsUILib.Helpers
void OpenHostsFile();
void RemoveReadOnly();
void RemoveReadOnlyAttribute();
}
}