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

Store state of hide lines and hide grid #204

Open
ImLucasBrown opened this issue Aug 13, 2021 · 1 comment
Open

Store state of hide lines and hide grid #204

ImLucasBrown opened this issue Aug 13, 2021 · 1 comment
Assignees
Labels
request Functionality requests

Comments

@ImLucasBrown
Copy link
Member

Make a user pref that stores the state of "hide lines" and "hide grid" actions.

@ImLucasBrown ImLucasBrown added the request Functionality requests label Aug 13, 2021
@ImLucasBrown ImLucasBrown self-assigned this Aug 13, 2021
@MichaelAldrich
Copy link
Member

For record's sake. Hiding the grid is already stored here:

self.grid_action = BoolUserPrefAction('Toggle Grid',
and the "hide lines" action is immediately below it, and can be fixed using the same BoolUserPrefAction probably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Functionality requests
Projects
None yet
Development

No branches or pull requests

2 participants