mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
@@ -12,7 +12,7 @@ namespace Wox.Plugin.Program
|
||||
var text = value as string[];
|
||||
if (text != null)
|
||||
{
|
||||
return string.Join("", text);
|
||||
return string.Join(";", text);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user