mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Fix unremoved resource bug #711
This commit is contained in:
@@ -86,9 +86,10 @@ namespace Wox.Core.Resource
|
||||
|
||||
public override ResourceDictionary GetResourceDictionary()
|
||||
{
|
||||
var uri = GetLanguageFile(DirectoryPath);
|
||||
var dictionary = new ResourceDictionary
|
||||
{
|
||||
Source = new Uri(GetLanguageFile(DirectoryPath), UriKind.Absolute)
|
||||
Source = new Uri(uri, UriKind.Absolute)
|
||||
};
|
||||
return dictionary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user