Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Commit 7e4f1e6

Browse files
committed
imagecopy
1 parent cf3b43d commit 7e4f1e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Overlayer/Views/ProfileDrawer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ public override void Draw() {
176176
case TextConfig cfg:
177177
profile.ObjectManager.Create((TextConfig)cfg.Copy());
178178
break;
179+
case ImageConfig cfg:
180+
profile.ObjectManager.Create((ImageConfig)cfg.Copy());
181+
break;
179182
}
180183

181184
dragSoltNeedInit = true;

0 commit comments

Comments
 (0)