style(settings-refactor): use property-style for Plugin reference in tab stubs
This commit is contained in:
@@ -9,7 +9,7 @@ namespace ChatTwo.Ui.SettingsTabs;
|
||||
|
||||
internal sealed class Appearance : ISettingsTab
|
||||
{
|
||||
private readonly Plugin Plugin;
|
||||
private Plugin Plugin { get; }
|
||||
private Configuration Mutable { get; }
|
||||
|
||||
public string Name => HellionStrings.Settings_Tab_Appearance + "###tabs-appearance";
|
||||
|
||||
Reference in New Issue
Block a user