mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-27 15:21:42 +00:00
Add MafileExport feature and Perform Resharper Cleanup
This commit is contained in:
@@ -240,7 +240,7 @@ public partial class MainVM //File //TODO: Refactor
|
||||
}
|
||||
|
||||
var arr = files.Cast<string>().ToArray();
|
||||
if (arr.All(p => p.ContainsIgnoreCase("mafile") == false)) return;
|
||||
if (arr.All(p => !p.ContainsIgnoreCase("mafile"))) return;
|
||||
|
||||
|
||||
await AddMafile(arr);
|
||||
|
||||
Reference in New Issue
Block a user