2019-11-11 08:00:31 +11:00
|
|
|
|
namespace Wox.Plugin.BrowserBookmark.Models
|
|
|
|
|
|
{
|
|
|
|
|
|
public class Settings : BaseModel
|
|
|
|
|
|
{
|
|
|
|
|
|
public bool OpenInNewBrowserWindow { get; set; } = true;
|
2019-11-11 21:17:37 +11:00
|
|
|
|
|
|
|
|
|
|
public string BrowserPath { get; set; }
|
2019-11-11 08:00:31 +11:00
|
|
|
|
}
|
|
|
|
|
|
}
|