update problem paths
including scoped_dir for operagx nonsense, and entire downloads folder now
This commit is contained in:
parent
f0f2c1e7aa
commit
e53240b417
@ -176,8 +176,9 @@ public static class FileHelper
|
|||||||
var problemNames = new Dictionary<string, PathCheckType>()
|
var problemNames = new Dictionary<string, PathCheckType>()
|
||||||
{
|
{
|
||||||
{ "Desktop", PathCheckType.EndsWith },
|
{ "Desktop", PathCheckType.EndsWith },
|
||||||
{ "Downloads", PathCheckType.EndsWith },
|
|
||||||
{ "Documents", PathCheckType.EndsWith },
|
{ "Documents", PathCheckType.EndsWith },
|
||||||
|
{ "scoped_dir", PathCheckType.Contains },
|
||||||
|
{ "Downloads", PathCheckType.Contains },
|
||||||
{ "OneDrive", PathCheckType.Contains },
|
{ "OneDrive", PathCheckType.Contains },
|
||||||
{ "NextCloud", PathCheckType.Contains },
|
{ "NextCloud", PathCheckType.Contains },
|
||||||
{ "DropBox", PathCheckType.Contains },
|
{ "DropBox", PathCheckType.Contains },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user