FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix: dead "Advanced" button on the build screen; drop a duplicate SMBIOS_MAP key by Epic34-cyberdudder · Pull Request #71 · riftaway7-code/hackmate · GitHub

Fix: dead "Advanced" button on the build screen; drop a duplicate SMBIOS_MAP key - #71

Closed
Epic34-cyberdudder wants to merge 1 commit into
riftaway7-code:mainfrom
Epic34-cyberdudder:fix/dead-advanced-button
Closed

Fix: dead "Advanced" button on the build screen; drop a duplicate SMBIOS_MAP key#71
Epic34-cyberdudder wants to merge 1 commit into
riftaway7-code:mainfrom
Epic34-cyberdudder:fix/dead-advanced-button

Conversation

Copy link
Copy Markdown
  • InstallScreen defines on_button_pressed twice. The second one (bottom of the class, back-only) silently shadows the first, so clicking Advanced ▶ during a build/repair does nothing (the command-log panel never toggles). Removed the redundant definition; the earlier one already handles both advanced and back.
  • SMBIOS_MAP has (9, "desktop"): "iMac19,1" twice (same value). Dropped the stray one.

Two files, 4 lines net. Caught by ruff (F811, F601).

…P key

- InstallScreen defined on_button_pressed twice; the second (bottom of the
  class, back-only) silently shadowed the first, so the "Advanced" toggle
  on the build/repair screen did nothing.
- SMBIOS_MAP had (9, "desktop") twice (same value) — dropped the stray one.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Epic34-cyberdudder closed this by deleting the head repository Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL