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

Add option to wrap text #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

456dev
Copy link

@456dev 456dev commented Mar 24, 2024

on mobile especially, reading stack traces is hard when the text wraps

this pr adds a new [wrap:on] button, which toggles and stores the preference for text wrapping

on mobile, the button is shorted to just its value, like with other preferences, but im unsure if it should have a qualifier due to the values potentially not being unique (they are just "on" and "off", if more boolean settings are introduced, this could cause confusion)

this also fixes a bug with use Preference where a falsely value would be reset on reload

@456dev 456dev changed the title Add Option to wrap text Add option to wrap text Mar 24, 2024
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.

None yet

1 participant