[chore:] font resolver included + various changes

This commit is contained in:
Elias Fierke
2026-01-18 11:38:16 +01:00
parent 013bd4a070
commit 10b0eb5bcd
4 changed files with 120 additions and 22 deletions

View File

@@ -64,6 +64,7 @@ public class Global
public string config_path { get; set; } = "";
public string wiki_storage_path { get; set; } = "";
public List<Country> countries { get; set; } = new();
public string font_path { get; set; } = Path.Combine(AppContext.BaseDirectory, "assets", "fonts");
public static void Save()
{