Skip to content

Fix #1135: Prevent duplicate proxy images when no image is installed#2315

Open
kellyelton wants to merge 1 commit into
masterfrom
oi/1135/proxy-duplicate-images
Open

Fix #1135: Prevent duplicate proxy images when no image is installed#2315
kellyelton wants to merge 1 commit into
masterfrom
oi/1135/proxy-duplicate-images

Conversation

@kellyelton

Copy link
Copy Markdown
Member

Fixes #1135

Prevents duplicate proxy images from being generated when no actual image is installed. The issue was that the code would generate a new proxy even when an existing proxy was already available.

Changes:

  • Restructured the GetPicture() method in CardExtensionMethods.cs
  • Only generate a new proxy if no existing proxy files are found
  • This prevents showing duplicate proxy images when 'show proxy with image' is selected

This is a simple fix that addresses the exact issue described where duplicate proxy images were shown when no image is installed.

@kellyelton kellyelton added the octgn-issue-bot PRs created by the OCTGN issue bot label Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

octgn-issue-bot PRs created by the OCTGN issue bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the 'show proxy with image' hover option shows 2 proxy images when no image is installed

1 participant