Skip to content

Commit

Permalink
#44 - fix background bleed into screen thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jul 29, 2024
1 parent bb48404 commit 558a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FancyMouse/UI/FancyMouseForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void ShowPreview()

var stopwatch = Stopwatch.StartNew();

var appSettings = ConfigHelper.AppSettings ?? throw new InvalidOperationException();
var appSettings = Internal.Helpers.ConfigHelper.AppSettings ?? throw new InvalidOperationException();
var screens = ScreenHelper.GetAllScreens().Select(screen => screen.DisplayArea).ToList();
var activatedLocation = MouseHelper.GetCursorPosition();
this.PreviewLayout = LayoutHelper.GetPreviewLayout(
Expand Down

0 comments on commit 558a9eb

Please sign in to comment.