Skip to content

Fix #2174: Deck editor file association broken#2318

Open
kellyelton wants to merge 1 commit into
masterfrom
fix-2174-deck-editor-file-association
Open

Fix #2174: Deck editor file association broken#2318
kellyelton wants to merge 1 commit into
masterfrom
fix-2174-deck-editor-file-association

Conversation

@kellyelton

Copy link
Copy Markdown
Member

Problem

Opening .o8d files by double-clicking them (file association) did not launch the deck editor. The deck editor would silently fail to start.

Root Cause

In , was created with , which caused the launcher to skip and never actually launch the deck editor window.

Fix

Changed to so the deck editor launches normally when opened via file association.

Closes #2174

…o false when launching from file

When users double-click on .o8d files, the DeckEditorLauncher was being created with shutdown=true, which caused the application to shut down immediately instead of launching the deck editor. This fix changes the parameter to false so the deck editor can properly open the clicked file.
@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.

OCTGN Deck Editor Problem - Files cannot be opened by simply clicking on them.

1 participant