Delete CheapLoc

This commit is contained in:
Loporrit
2025-06-30 14:31:24 +00:00
parent 810bf78d9c
commit 660319d74b
9 changed files with 28 additions and 211 deletions

View File

@@ -55,7 +55,6 @@ public class SettingsUi : WindowMediatorSubscriberBase
private readonly PlayerPerformanceService _playerPerformanceService;
private readonly UiSharedService _uiShared;
private bool _deleteAccountPopupModalShown = false;
private bool _deleteFilesPopupModalShown = false;
private string _lastTab = string.Empty;
private bool? _notesSuccessfullyApplied = null;
private bool _overwriteExistingLabels = false;
@@ -65,7 +64,6 @@ public class SettingsUi : WindowMediatorSubscriberBase
private bool _wasOpen = false;
private readonly IProgress<(int, int, FileCacheEntity)> _validationProgress;
private (int, int, FileCacheEntity) _currentProgress;
private Task? _exportTask;
private bool _registrationInProgress = false;
private bool _registrationSuccess = false;