[chore:] font resolver included + various changes
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user