mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
More data bindings (MaxResultsToShow + ActivatedTimes)
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
using Wox.Plugin;
|
||||
using PropertyChanged;
|
||||
using Wox.Core.Resource;
|
||||
using Wox.Infrastructure.Image;
|
||||
|
||||
namespace Wox.ViewModel
|
||||
{
|
||||
[ImplementPropertyChanged]
|
||||
public class PluginViewModel
|
||||
public class PluginViewModel : BaseModel
|
||||
{
|
||||
public PluginPair PluginPair { get; set; }
|
||||
public PluginMetadata Metadata { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user