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
@@ -8,15 +8,15 @@ namespace ChatTwo.Ui.SettingsTabs;
internal sealed class ChatColours : ISettingsTab
{
private Configuration Mutable { get; }
private Plugin Plugin { get; }
private Configuration Mutable { get; }
public string Name => Language.Options_ChatColours_Tab + "###tabs-chat-colours";
internal ChatColours(Configuration mutable, Plugin plugin)
internal ChatColours(Plugin plugin, Configuration mutable)
{
Mutable = mutable;
Plugin = plugin;
Mutable = mutable;
#if DEBUG
// Users can set colours for ExtraChat linkshells in the ExtraChat plugin directly.