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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user