fix: ignore search & bundle-id for random

This commit is contained in:
relikd
2024-02-29 02:42:59 +01:00
parent dff67ca0b8
commit bd1b557fb8

View File

@@ -174,6 +174,8 @@ function urlsToImgs(list) {
}
function randomIPA(specificId) {
document.getElementById('search').value = '';
document.getElementById('bundleid').value = '';
if (saveConfig() || isInitial || specificId) {
applySearch();
}