Download images when clicking on them

This commit is contained in:
2026-05-24 13:53:30 +02:00
parent 7d75e010c7
commit fc721ba817
9 changed files with 118 additions and 35 deletions

View File

@@ -39,8 +39,8 @@ export component AppWindow inherits Window {
if Global.logged-in: Timeline {}
}
if Global.previewed-image.asset-id != "" : ImageViewer {
image: Global.previewed-image.image;
if Global.viewed-image.asset-id != "" : ImageViewer {
image: Global.viewed-image.image;
}
}