Adjustable chat log position through sliders

This commit is contained in:
Infi
2024-05-03 11:36:05 +02:00
parent fd08ec20ef
commit bdb308ec02
35 changed files with 55 additions and 491 deletions
+3 -3
View File
@@ -34,11 +34,11 @@ public sealed class SettingsWindow : Window
Tabs = new List<ISettingsTab>
{
new Display(Mutable),
new ChatLog(Mutable),
new ChatLog(Plugin, Mutable),
new Ui.SettingsTabs.Fonts(Mutable),
new ChatColours(Mutable, Plugin),
new ChatColours(Plugin, Mutable),
new Tabs(Plugin, Mutable),
new Database(Mutable, Plugin),
new Database(Plugin, Mutable),
new Miscellaneous(Mutable),
new About(),
};