Improve documents

This commit is contained in:
Jack251970 2025-04-04 20:23:36 +08:00
parent 514fa0037a
commit 28d92c789f

View file

@ -18,7 +18,7 @@ public class ThemeData
public string Name { get; private init; }
/// <summary>
/// Theme file path
/// Indicates whether the theme supports dark mode
/// </summary>
public bool? IsDark { get; private init; }