Add an auto-updater for plugins

This commit is contained in:
Aireil 2020-12-13 04:25:25 +01:00
parent 0e0ae80ac6
commit bfb0b536c5
4 changed files with 39 additions and 12 deletions

View file

@ -32,6 +32,7 @@ namespace Dalamud
public bool ToggleUiHideDuringGpose { get; set; } = true;
public bool PrintPluginsWelcomeMsg { get; set; } = true;
public bool AutoUpdatePlugins { get; set; } = false;
[JsonIgnore]
public string ConfigPath;