|
@@ -62,6 +62,7 @@ public sealed class Settings : INotifyPropertyChanged, IDisposable
|
|
|
public bool ShowInTaskbar { get; set; } = true;
|
|
|
public int Height { get; set; } = 48;
|
|
|
public bool RunOnStartup { get; set; } = false;
|
|
|
+ public bool DragToMove { get; set; } = true;
|
|
|
public WindowPlacement Placement { get; set; }
|
|
|
|
|
|
[JsonIgnore]
|