From fa108c227150c6d34a37c3a8efe72611e276124f Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Sat, 2 May 2026 17:34:24 +0200 Subject: [PATCH] refactor(settings): align tabs tab plugin reference to property style Match the property-style reference used across the other settings tabs so the field/property mix is gone. --- ChatTwo/Ui/SettingsTabs/Tabs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/Ui/SettingsTabs/Tabs.cs b/ChatTwo/Ui/SettingsTabs/Tabs.cs index 5682aaf..5c84c8e 100755 --- a/ChatTwo/Ui/SettingsTabs/Tabs.cs +++ b/ChatTwo/Ui/SettingsTabs/Tabs.cs @@ -10,7 +10,7 @@ namespace ChatTwo.Ui.SettingsTabs; internal sealed class Tabs : ISettingsTab { - private readonly Plugin Plugin; + private Plugin Plugin { get; } private Configuration Mutable { get; } public string Name => Language.Options_Tabs_Tab + "###tabs-tabs";