mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Simple fixes (#871)
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Wox.Plugin
|
|||||||
public List<Result> ContextMenu { get; set; }
|
public List<Result> ContextMenu { get; set; }
|
||||||
|
|
||||||
[Obsolete("Use Object initializers instead")]
|
[Obsolete("Use Object initializers instead")]
|
||||||
public Result(string Titles, string IcoPath, string SubTitle = null)
|
public Result(string Title, string IcoPath, string SubTitle = null)
|
||||||
{
|
{
|
||||||
this.Title = Title;
|
this.Title = Title;
|
||||||
this.IcoPath = IcoPath;
|
this.IcoPath = IcoPath;
|
||||||
|
|||||||
@@ -229,8 +229,6 @@ namespace Wox
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void OnPluginNameClick(object sender, MouseButtonEventArgs e)
|
private void OnPluginNameClick(object sender, MouseButtonEventArgs e)
|
||||||
{
|
|
||||||
if (e.ChangedButton == MouseButton.Left)
|
|
||||||
{
|
{
|
||||||
if (e.ChangedButton == MouseButton.Left)
|
if (e.ChangedButton == MouseButton.Left)
|
||||||
{
|
{
|
||||||
@@ -245,7 +243,6 @@ namespace Wox
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private void OnPluginDirecotyClick(object sender, MouseButtonEventArgs e)
|
private void OnPluginDirecotyClick(object sender, MouseButtonEventArgs e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user