Add browser path selection for browserbookmark plugin

This commit is contained in:
Jeremy Wu
2019-11-11 21:17:37 +11:00
parent e324856301
commit d7e6f97d9c
3 changed files with 27 additions and 1 deletions

View File

@@ -3,5 +3,7 @@
public class Settings : BaseModel
{
public bool OpenInNewBrowserWindow { get; set; } = true;
public string BrowserPath { get; set; }
}
}