mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
add option to Url plugin
This commit is contained in:
@@ -9,5 +9,7 @@ namespace Wox.Plugin.Url
|
||||
public class Settings
|
||||
{
|
||||
public string BrowserPath { get; set; }
|
||||
|
||||
public bool OpenInNewBrowserWindow { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user