feat: add runtime loglevel switch, /xllanguage command

This commit is contained in:
goat 2020-04-16 12:15:23 +02:00
parent 1df07d5ed3
commit 179787099d
4 changed files with 67 additions and 14 deletions

View file

@ -27,6 +27,8 @@ namespace Dalamud
public Dictionary<int, PreferredRole> PreferredRoleReminders { get; set; }
public string LanguageOverride { get; set; }
public string LastVersion { get; set; }
public static DalamudConfiguration Load(string path) {