mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
feat: remove welcome window
This commit is contained in:
parent
a325eeaa09
commit
85ca70f96e
2 changed files with 0 additions and 26 deletions
|
|
@ -31,8 +31,6 @@ namespace Dalamud
|
|||
|
||||
public Dictionary<string, object> PluginConfigurations { get; set; }
|
||||
|
||||
public bool WelcomeGuideDismissed;
|
||||
|
||||
public static DalamudConfiguration Load(string path) {
|
||||
return JsonConvert.DeserializeObject<DalamudConfiguration>(File.ReadAllText(path));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue