mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
feat: add runtime loglevel switch, /xllanguage command
This commit is contained in:
parent
1df07d5ed3
commit
179787099d
4 changed files with 67 additions and 14 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue