mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
git-subtree-dir: src/modules/launcher git-subtree-mainline:852689b3dfgit-subtree-split:28acd466b3
9 lines
214 B
C#
9 lines
214 B
C#
namespace Wox.Plugin.BrowserBookmark.Models
|
|
{
|
|
public class Settings : BaseModel
|
|
{
|
|
public bool OpenInNewBrowserWindow { get; set; } = true;
|
|
|
|
public string BrowserPath { get; set; }
|
|
}
|
|
} |