mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Replace update message with link to changelog
...instead of pointing to Discord
This commit is contained in:
parent
af1eb275cf
commit
cb8d9cc397
4 changed files with 36 additions and 9 deletions
|
|
@ -14,16 +14,21 @@ 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.
|
||||
/// Open to the "Plugin Changelogs" page.
|
||||
/// </summary>
|
||||
Changelogs,
|
||||
|
||||
/// <summary>
|
||||
/// Open to the "Dalamud Changelogs" page.
|
||||
/// </summary>
|
||||
DalamudChangelogs,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -35,12 +40,12 @@ public enum SettingsOpenKind
|
|||
/// Open to the "General" page.
|
||||
/// </summary>
|
||||
General,
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Open to the "Look & Feel" page.
|
||||
/// </summary>
|
||||
LookAndFeel,
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Open to the "Auto Updates" page.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue