mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Open With Editor (#2261)
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Wox.Plugin.Everything
|
||||
{
|
||||
public class Settings
|
||||
{
|
||||
public string EditorPath { get; set; } = "";
|
||||
|
||||
public List<ContextMenu> ContextMenus = new List<ContextMenu>();
|
||||
|
||||
public int MaxSearchCount { get; set; } = 100;
|
||||
|
||||
Reference in New Issue
Block a user