Also clear search and category if appstore view is activated

This commit is contained in:
Johannes Zellner
2025-09-29 22:50:38 +02:00
parent fc8a679367
commit 65f1260839

View File

@@ -179,6 +179,9 @@ function setItemWidth() {
}
async function onActivation() {
search.value = '';
category.value = '';
await getInstalledApps();
await getAppList();