mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixed the origin root directory of web search plugin ICon images directory.
This commit is contained in:
parent
84ac30b8d2
commit
8faf991bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ namespace Wox.Plugin.WebSearch
|
|||
|
||||
private void OnSelectIconClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var directory = Path.Combine(Main.ImagesDirectory, Main.Images);
|
||||
var directory = Main.ImagesDirectory;
|
||||
const string filter = "Image files (*.jpg, *.jpeg, *.gif, *.png, *.bmp) |*.jpg; *.jpeg; *.gif; *.png; *.bmp";
|
||||
var dialog = new OpenFileDialog {InitialDirectory = directory, Filter = filter};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue