mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Can now build the Windows UI via CMake as well
This commit is contained in:
@ -58,7 +58,7 @@ namespace WinUI
|
||||
private void loadNetworks()
|
||||
{
|
||||
String dataPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\ZeroTier\\One";
|
||||
String dataFile = Path.Combine(dataPath, "networks.dat");
|
||||
String dataFile = Path.Combine(dataPath, "networksv2.dat");
|
||||
|
||||
if (File.Exists(dataFile))
|
||||
{
|
||||
|
Reference in New Issue
Block a user