mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixup
This commit is contained in:
parent
92b636ab75
commit
b7ecbd3b51
2 changed files with 0 additions and 3 deletions
|
|
@ -95,7 +95,6 @@ namespace Wox.Core.Resource
|
|||
{
|
||||
LoadLanguage(language);
|
||||
}
|
||||
Log.Debug($"|TEST|{Application.Current.Resources.MergedDictionaries.Select(d => d.Source.AbsolutePath).Formatted()}");
|
||||
UpdatePluginMetadataTranslations();
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ namespace Wox.Core.Resource
|
|||
Settings.Theme = theme;
|
||||
|
||||
var dicts = Application.Current.Resources.MergedDictionaries;
|
||||
Log.Debug($"|TEST1|{dicts.Select(d => d.Source.AbsolutePath).Formatted()}");
|
||||
if (_oldTheme != theme)
|
||||
{
|
||||
dicts.Remove(_oldResource);
|
||||
|
|
@ -100,7 +99,6 @@ namespace Wox.Core.Resource
|
|||
_oldResource = newResource;
|
||||
_oldTheme = Path.GetFileNameWithoutExtension(_oldResource.Source.AbsolutePath);
|
||||
}
|
||||
Log.Debug($"|TEST2|{dicts.Select(d => d.Source.AbsolutePath).Formatted()}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue