mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
bug fix
This commit is contained in:
parent
c425313ae6
commit
4e0ea5f941
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ namespace Wox
|
|||
|
||||
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
|
||||
{
|
||||
if (values[0] == null) return null;
|
||||
|
||||
string path = values[0].ToString();
|
||||
string pluginDirectory = values[1].ToString();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue