focus on intervals, and fix provider
This commit is contained in:
+3
-1
@@ -1,4 +1,4 @@
|
||||
using AnotherReplayReader.Apm;
|
||||
using AnotherReplayReader.Apm;
|
||||
using AnotherReplayReader.ReplayFile;
|
||||
using AnotherReplayReader.Utils;
|
||||
using Microsoft.Win32;
|
||||
@@ -99,6 +99,7 @@ namespace AnotherReplayReader
|
||||
{
|
||||
try
|
||||
{
|
||||
_aiSettings.SaveCurrentSelection();
|
||||
_cancellation.Cancel();
|
||||
}
|
||||
catch (Exception ex)
|
||||
@@ -111,6 +112,7 @@ namespace AnotherReplayReader
|
||||
{
|
||||
try
|
||||
{
|
||||
_aiSettings.SaveCurrentSelection();
|
||||
_cancellation.Cancel();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user