We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514fa00 commit 28d92c7Copy full SHA for 28d92c7
Flow.Launcher.Plugin/ThemeData.cs
@@ -18,7 +18,7 @@ public class ThemeData
18
public string Name { get; private init; }
19
20
/// <summary>
21
- /// Theme file path
+ /// Indicates whether the theme supports dark mode
22
/// </summary>
23
public bool? IsDark { get; private init; }
24
0 commit comments