mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1759 from VictoriousRaptor/AddGlyphForOpenWithEditor
Add glyph for open with editor/shell
This commit is contained in:
commit
ac190bd6b1
1 changed files with 4 additions and 2 deletions
|
|
@ -339,6 +339,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue70f"),
|
||||||
IcoPath = Constants.FileImagePath
|
IcoPath = Constants.FileImagePath
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -371,7 +372,8 @@ namespace Flow.Launcher.Plugin.Explorer
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
IcoPath = Constants.FileImagePath
|
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue756"),
|
||||||
|
IcoPath = Constants.FolderImagePath
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -437,7 +439,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public void LogException(string message, Exception e)
|
private void LogException(string message, Exception e)
|
||||||
{
|
{
|
||||||
Log.Exception($"|Flow.Launcher.Plugin.Folder.ContextMenu|{message}", e);
|
Log.Exception($"|Flow.Launcher.Plugin.Folder.ContextMenu|{message}", e);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue