mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Wait for mouse data before opening the window so the user does not see the form populating data.
This commit is contained in:
@@ -82,7 +82,7 @@ namespace GHelper
|
||||
|
||||
InitMouseCapabilities();
|
||||
Logger.WriteLine(mouse.GetDisplayName() + " (GUI): Initialized capabilities. Synchronizing mouse data");
|
||||
Task task = Task.Run((Action)RefreshMouseData);
|
||||
RefreshMouseData();
|
||||
}
|
||||
|
||||
private void AsusMouseSettings_FormClosing(object? sender, FormClosingEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user