Fix 9 design majors: ITrackService interface, IsDescending, ArrayPool base, CliUtils, sort sentinel cleanup, content controller via TrackService, Skip property
This commit is contained in:
@@ -4,8 +4,6 @@ namespace DeepDrftWeb.Client.Common;
|
||||
|
||||
public class DarkModeSettings()
|
||||
{
|
||||
// public EventCallback<bool> IsDarkModeChanged { get; set; }
|
||||
|
||||
[PersistentState]
|
||||
public bool IsDarkMode
|
||||
{
|
||||
@@ -14,7 +12,6 @@ public class DarkModeSettings()
|
||||
{
|
||||
if (value == field) return;
|
||||
field = value;
|
||||
// IsDarkModeChanged.InvokeAsync(value);
|
||||
}
|
||||
} = false;
|
||||
}
|
||||
Reference in New Issue
Block a user