fix: always disable browser while it is updating

This commit is contained in:
zhom
2025-07-31 22:40:34 +04:00
parent 5b31cfaf32
commit f4c33ad96e
4 changed files with 8 additions and 4 deletions
+1
View File
@@ -833,6 +833,7 @@ export default function Home() {
);
}}
url={pendingUrl.url}
isUpdating={isUpdating}
runningProfiles={runningProfiles}
/>
))}