Skip to content

Commit

Permalink
#30 - StartWatcher -> StartAppSettingsWatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Oct 12, 2023
1 parent d116f54 commit 5193808
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 @@ -60,7 +60,7 @@ private static void Main()
// load the application settings and start the filesystem watcher
// so we reload if it changes
ConfigHelper.LoadAppSettings();
ConfigHelper.StartWatcher();
ConfigHelper.StartAppSettingsWatcher();

Application.Run();
}
Expand Down

0 comments on commit 5193808

Please sign in to comment.