From e53240b417fbb473427ce9d0add1c82eb849f0a5 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Mon, 25 Mar 2024 18:27:57 -0400 Subject: [PATCH 1/3] update problem paths including scoped_dir for operagx nonsense, and entire downloads folder now --- SPTInstaller/Helpers/FileHelper.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/SPTInstaller/Helpers/FileHelper.cs b/SPTInstaller/Helpers/FileHelper.cs index 4b9a77d..38aebca 100644 --- a/SPTInstaller/Helpers/FileHelper.cs +++ b/SPTInstaller/Helpers/FileHelper.cs @@ -176,15 +176,16 @@ public static class FileHelper var problemNames = new Dictionary() { { "Desktop", PathCheckType.EndsWith }, - { "Downloads", PathCheckType.EndsWith }, - { "Documents", PathCheckType.EndsWith}, + { "Documents", PathCheckType.EndsWith }, + { "scoped_dir", PathCheckType.Contains }, + { "Downloads", PathCheckType.Contains }, { "OneDrive", PathCheckType.Contains }, { "NextCloud", PathCheckType.Contains }, { "DropBox", PathCheckType.Contains }, { "Google", PathCheckType.Contains }, - { "Program Files", PathCheckType.Contains}, - { "Program Files (x86)", PathCheckType.Contains}, - { "Drive Root", PathCheckType.DriveRoot} + { "Program Files", PathCheckType.Contains }, + { "Program Files (x86)", PathCheckType.Contains }, + { "Drive Root", PathCheckType.DriveRoot } }; foreach (var name in problemNames) From 19e9ad0cd2cd97853306bbac8ddfc3af340ea3cd Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Mon, 25 Mar 2024 19:00:01 -0400 Subject: [PATCH 2/3] update cache info control --- SPTInstaller/CustomControls/CacheInfo.axaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SPTInstaller/CustomControls/CacheInfo.axaml b/SPTInstaller/CustomControls/CacheInfo.axaml index 34352fa..85756cc 100644 --- a/SPTInstaller/CustomControls/CacheInfo.axaml +++ b/SPTInstaller/CustomControls/CacheInfo.axaml @@ -10,22 +10,22 @@ - - + - + /> -