mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[PowerToys Run] Plugin manager (#9872)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Controls;
|
||||
using Microsoft.PowerToys.Settings.UI.Library;
|
||||
|
||||
@@ -11,6 +12,8 @@ namespace Wox.Plugin
|
||||
{
|
||||
Control CreateSettingPanel();
|
||||
|
||||
void UpdateSettings(PowerLauncherSettings settings);
|
||||
void UpdateSettings(PowerLauncherPluginSettings settings);
|
||||
|
||||
IEnumerable<PluginAdditionalOption> AdditionalOptions { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user