Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't default to 'Text' column visibility being false in firmware window #1721

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

remutro
Copy link
Contributor

@remutro remutro commented Dec 14, 2024

The "Type" column in the Settings > Firmware table view was being set to false by default. As there is no visibility handling for columns in hiro for Windows or Cocoa, this column would always be visible. But in the hiro GTK table view definition (there is also a visibility implementation for Qt) it did contain a function to disable/enable a specific column so this column would be absent on Linux distros making it look like there were duplicate entries in the table. This PR removes removes the call setting visibility by default so that the column is always visible.

@LukeUsher LukeUsher merged commit 50ceb08 into ares-emulator:master Dec 14, 2024
8 of 9 checks passed
@remutro remutro deleted the firmware-column-visible branch December 14, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants