mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
pi: add "updateable plugins" page, open kind, make auto-updates go there by default
This commit is contained in:
parent
c155be7db6
commit
3509a0bdca
4 changed files with 106 additions and 55 deletions
|
|
@ -14,6 +14,11 @@ public enum PluginInstallerOpenKind
|
|||
/// Open to the "Installed Plugins" page.
|
||||
/// </summary>
|
||||
InstalledPlugins,
|
||||
|
||||
/// <summary>
|
||||
/// Open to the "Can be updated" page.
|
||||
/// </summary>
|
||||
UpdateablePlugins,
|
||||
|
||||
/// <summary>
|
||||
/// Open to the "Changelogs" page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue