Skip to content

Commit

Permalink
#19 - switch to new default preview options
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Jul 9, 2023
1 parent 22964c1 commit e15f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FancyMouse/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private static void Main()
defaultSettings,
spacedSettings,
gaudy1Settings,
}.Skip(3).First();
}.Skip(1).First();

// logger: LogManager.LoadConfiguration(".\\NLog.config").GetCurrentClassLogger(),
var dialog = new FancyMouseDialog(
Expand Down

0 comments on commit e15f109

Please sign in to comment.