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

Fix macOS Preference UI issues #1203

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

manongjohn
Copy link
Collaborator

This PR fixes #1200 as well as corrects the Interface -> Theme displaying with the wrong control type.

The issue, specific to macOS (maybe Linux?), was caused by a change in #1196 which caused user Preferences to be loaded before setting the application name when trying to determine if icons should be shown in menus or not.

This somehow resulted in messing up the Theme control type and would cause T2D to crash when trying to import preferences. Issue fixed by simply moving the change to after setting the application name.

@manongjohn manongjohn added the 1.4 Included in Version 1.4 label Aug 22, 2023
@manongjohn manongjohn merged commit 7bf734a into tahoma2d:master Aug 26, 2023
4 checks passed
@BertWik BertWik mentioned this pull request Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4 Included in Version 1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing preferences
1 participant