mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-16 22:16:37 +00:00
Merge 6082176d05
into d86249cb0a
This commit is contained in:
commit
4c6c67332e
@ -313,9 +313,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
|
||||
public void DeleteAll()
|
||||
{
|
||||
foreach (var mod in Mods)
|
||||
while (Mods.Count > 0)
|
||||
{
|
||||
Delete(mod);
|
||||
Delete(Mods[0]);
|
||||
}
|
||||
|
||||
Mods.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user