If app clone fails only uninstall is possible

This commit is contained in:
Johannes Zellner
2025-07-23 17:33:42 +02:00
parent 12f7a3fca0
commit c082f2a1b1

View File

@@ -136,6 +136,7 @@ function isViewEnabled(view, errorState) {
if (errorState === ISTATES.PENDING_INSTALL) return view === 'repair';
if (errorState === ISTATES.PENDING_UNINSTALL) return false;
if (errorState === ISTATES.PENDING_CLONE) return false;
if (view === 'display'
|| view === 'backups'