Add changelog tab

This commit is contained in:
Infi
2024-05-22 03:39:31 +02:00
parent e19682e50d
commit c91858183a
8 changed files with 159 additions and 13 deletions
+1
View File
@@ -42,6 +42,7 @@ public sealed class SettingsWindow : Window
new Tabs(Plugin, Mutable),
new Database(Plugin, Mutable),
new Miscellaneous(Mutable),
new Changelog(Mutable),
new About(),
};