fix: correctly remove profile from route prep. list on delete
This commit is contained in:
parent
743d1b3ec0
commit
00f4bb113f
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@ public class ApplicationMode {
|
|||
it.remove();
|
||||
}
|
||||
}
|
||||
cachedFilteredValues.remove(md);
|
||||
saveCustomModeToSettings(app.getSettings());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue