mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +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
|
|
@ -501,6 +501,12 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
// Plugins category
|
||||
this.categoryManager.CurrentCategoryKind = PluginCategoryManager.CategoryKind.All;
|
||||
break;
|
||||
case PluginInstallerOpenKind.DalamudChangelogs:
|
||||
// Changelog group
|
||||
this.categoryManager.CurrentGroupKind = PluginCategoryManager.GroupKind.Changelog;
|
||||
// Dalamud category
|
||||
this.categoryManager.CurrentCategoryKind = PluginCategoryManager.CategoryKind.DalamudChangelogs;
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(kind), kind, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue