focus on intervals, and fix provider

This commit is contained in:
2026-09-08 14:44:34 +02:00
parent 579cd8e4b3
commit acad70aaac
11 changed files with 1163 additions and 286 deletions
+3 -1
View File
@@ -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)