Compare commits

..

1 Commits

2 changed files with 1 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +0,0 @@
// SnapAssistDelaySettings.cs - Fix for Issue #36943
using System;
namespace FancyZones.Settings
{
public class SnapAssistDelaySettings
{
public int DelayMilliseconds { get; set; } = 300;
public bool EnableDelay { get; set; } = true;
public int MinDelay { get; } = 0;
public int MaxDelay { get; } = 2000;
}
}