mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
parent
c18beddef8
commit
398d99a052
1 changed files with 4 additions and 0 deletions
|
@ -536,6 +536,10 @@
|
|||
handleError(error, 'Unable to update album cover');
|
||||
}
|
||||
};
|
||||
|
||||
$: if (!$user) {
|
||||
shouldShowShareModal = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
<svelte:window
|
||||
|
|
Loading…
Reference in a new issue