Merge 6082176d05
into 7d158acc3b
This commit is contained in:
commit
0b870072dd
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue