Add MafileExport feature and Perform Resharper Cleanup

This commit is contained in:
achiez
2026-01-19 21:28:44 +02:00
parent 3e87a0d50e
commit 969590d9f2
42 changed files with 1487 additions and 146 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public static class ProxyStorage
static ProxyStorage()
{
if (File.Exists("proxies.json") == false)
if (!File.Exists("proxies.json"))
return;
try
{