Skip to content

Commit

Permalink
Fix source for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Nov 7, 2024
1 parent c9d2032 commit 7db4ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NileLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public void LoadMenuIcons()
var dictionaries = Application.Current.Resources.MergedDictionaries;
ResourceDictionary iconsDict = new ResourceDictionary
{
Source = new Uri("/GogOssLibrary;component/Shared/Resources/Icons.xaml", UriKind.RelativeOrAbsolute)
Source = new Uri("/NileLibrary;component/Shared/Resources/Icons.xaml", UriKind.RelativeOrAbsolute)
};
dictionaries.Add(iconsDict);
}
Expand Down

0 comments on commit 7db4ccd

Please sign in to comment.