mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Add an auto-updater for plugins
This commit is contained in:
parent
0e0ae80ac6
commit
bfb0b536c5
4 changed files with 39 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue