mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Add everything plugin context menu and add settings in Url plugin (#2299)
1. Add useful context menu items in everything 2. Add settings in Url plugin, can set browser path * let url plugin support multi Languages
This commit is contained in:
@@ -99,8 +99,8 @@ namespace Wox.Infrastructure.Image
|
||||
private int width;
|
||||
private int height;
|
||||
|
||||
public int Width { set => width = value; }
|
||||
public int Height { set => height = value; }
|
||||
public int Width { set { width = value; } }
|
||||
public int Height { set { height = value; } }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user