Bring back deep linking in appstore to install specific versions

This commit is contained in:
Johannes Zellner
2025-01-08 14:16:17 +01:00
parent 68e02817a0
commit 7d56e71f77
4 changed files with 45 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export default {
if (view === VIEWS.APPS) {
that.view = VIEWS.APPS;
} else if (view === VIEWS.APPSTORE) {
} else if (view.indexOf(VIEWS.APPSTORE) === 0) {
that.view = VIEWS.APPSTORE;
} else if (view === VIEWS.SUPPORT) {
that.view = VIEWS.SUPPORT;