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 [mini] config parsing #88

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

czak
Copy link
Contributor

@czak czak commented Dec 14, 2024

Hey, thanks for a great tool.
I found a small issue in the config parser.

How to reproduce

With this config file the Mini mode does not show anything:

[mini]
handheld_font_size=20
docked_font_size=20
cat_color=#FCCF

(no other entries in the file, just these 4 lines)

Fix

I think it's just a typo in the [mini] parsing block.
With this fix, all modes show up correctly for me.

@masagrator masagrator merged commit 8e2c1ae into masagrator:master Dec 15, 2024
@masagrator
Copy link
Owner

Yeah, that's correct. Thanks.

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.

2 participants