mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:06:31 +00:00
add offset
fixes add visual validation border and validate functionality
This commit is contained in:
@@ -118,11 +118,11 @@ public partial class MainSuite
|
||||
|
||||
private async Task SaveUserSettings()
|
||||
{
|
||||
await ThrottleExt.Throttle(() =>
|
||||
await ThrottleExt.ThrottleRunFirst(() =>
|
||||
{
|
||||
_configUpdater.Save(_appConfig);
|
||||
return Task.CompletedTask;
|
||||
}, TimeSpan.FromSeconds(5));
|
||||
}, TimeSpan.FromSeconds(2));
|
||||
}
|
||||
|
||||
private void OnFormClosed(object? sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user