Private
Public Access
1
0

Add double click gesture on image bubbles to open

This commit is contained in:
2025-06-18 18:07:59 -07:00
parent 0dece34012
commit 3379198940
5 changed files with 112 additions and 21 deletions

View File

@@ -26,6 +26,7 @@ private class ImageBubbleLayout : BubbleLayout
{
public string image_path;
public bool is_downloaded;
public string? attachment_guid;
private Graphene.Size image_size;
private Gdk.Texture? cached_texture = null;