mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Avoid referencing _oldResource when it’s null
This commit is contained in:
parent
60a1e5e685
commit
2b67f5bc8d
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ namespace Flow.Launcher.Core.Resource
|
|||
Log.Error("Current theme resource not found. Initializing with default theme.");
|
||||
_oldTheme = Constant.DefaultTheme;
|
||||
};
|
||||
_oldTheme = Path.GetFileNameWithoutExtension(_oldResource.Source.AbsolutePath);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue