Download images when clicking on them
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user