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