We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a1e5e commit 2b67f5bCopy full SHA for 2b67f5b
Flow.Launcher.Core/Resource/Theme.cs
@@ -75,7 +75,6 @@ public Theme(IPublicAPI publicAPI, Settings settings)
75
Log.Error("Current theme resource not found. Initializing with default theme.");
76
_oldTheme = Constant.DefaultTheme;
77
};
78
- _oldTheme = Path.GetFileNameWithoutExtension(_oldResource.Source.AbsolutePath);
79
}
80
81
#endregion
0 commit comments