mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
ContextMenu 3: Format #1366
This commit is contained in:
committed by
bao-qian
parent
5198f70ebf
commit
f3d79d906e
@@ -156,7 +156,7 @@ namespace Wox.Core.Plugin
|
|||||||
}
|
}
|
||||||
else if (result.StartsWith("DEBUG:"))
|
else if (result.StartsWith("DEBUG:"))
|
||||||
{
|
{
|
||||||
MessageBox.Show(new Form {TopMost = true}, result.Substring(6));
|
MessageBox.Show(new Form { TopMost = true }, result.Substring(6));
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user