mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Move CMD settings to CMD plugin details.
This commit is contained in:
@@ -4,10 +4,11 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Runtime.Serialization.Formatters.Binary;
|
||||
using System.Windows.Forms;
|
||||
using Control = System.Windows.Controls.Control;
|
||||
|
||||
namespace Wox.Plugin.SystemPlugins.CMD
|
||||
{
|
||||
public class CMD : BaseSystemPlugin
|
||||
public class CMD : BaseSystemPlugin,ISettingProvider
|
||||
{
|
||||
private PluginInitContext context;
|
||||
|
||||
@@ -167,5 +168,10 @@ namespace Wox.Plugin.SystemPlugins.CMD
|
||||
{
|
||||
get { return "Provide executing commands from Wox. Commands should start with >"; }
|
||||
}
|
||||
|
||||
public Control CreateSettingPanel()
|
||||
{
|
||||
return new CMDSetting();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user