Custom geo file source from settings (#5829)

Co-authored-by: 2dust <31833384+2dust@users.noreply.github.com>
This commit is contained in:
runetfreedom
2024-10-14 12:50:44 +03:00
committed by GitHub
parent 2698137dea
commit c6caf29b5b
10 changed files with 72 additions and 4 deletions

View File

@@ -103,6 +103,8 @@
public int trayMenuServersLimit { get; set; } = 20;
public bool enableHWA { get; set; } = false;
public string geoSourceUrl { get; set; }
}
[Serializable]