Compare commits

..

1 Commits

2 changed files with 1 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +0,0 @@
// ShortcutGuideSettings.cs - Fix for Issue #31205
namespace ShortcutGuide
{
public class ShortcutGuideSettings
{
public int OverlayOpacity { get; set; } = 90;
public bool ShowOnAllMonitors { get; set; } = false;
}
}