From 3f75aab27dec1703bce9f8a8edc5e9659312b455 Mon Sep 17 00:00:00 2001 From: Moonbase Date: Thu, 11 Dec 2025 14:45:52 -0800 Subject: [PATCH] Reassign Context Menu To Profile Image --- qtcnet-client/Forms/ProfileForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/qtcnet-client/Forms/ProfileForm.Designer.cs b/qtcnet-client/Forms/ProfileForm.Designer.cs index ec366c6..df81cdd 100644 --- a/qtcnet-client/Forms/ProfileForm.Designer.cs +++ b/qtcnet-client/Forms/ProfileForm.Designer.cs @@ -47,6 +47,7 @@ // // pbProfileImage // + pbProfileImage.ContextMenuStrip = ctxBoughtItems; pbProfileImage.Image = Properties.Resources.DefaultPfp; pbProfileImage.Location = new Point(12, 12); pbProfileImage.Name = "pbProfileImage";