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.
This commit is contained in:
2026-05-02 17:34:24 +02:00
parent 395a0d7c98
commit fa108c2271
+1 -1
View File
@@ -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";