cloud icons WIP

This commit is contained in:
SPRINX0\prochazka
2025-05-16 13:54:08 +02:00
parent 9329345d98
commit a50f223fe3
2 changed files with 32 additions and 3 deletions

View File

@@ -131,7 +131,7 @@
async function handleOpenCloudLogin() {
const { url, sid } = await apiCall('auth/create-cloud-login-session', { client: getElectron() ? 'app' : 'web' });
openWebLink(url);
openWebLink(url, true);
}
</script>