mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add browser path selection for browserbookmark plugin
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
public class Settings : BaseModel
|
||||
{
|
||||
public bool OpenInNewBrowserWindow { get; set; } = true;
|
||||
|
||||
public string BrowserPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user