-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
feat: adds Upload and Print button to AppBar #974
feat: adds Upload and Print button to AppBar #974
Conversation
Signed-off-by: Pedro Lamas <[email protected]>
I haven't had a chance to take a look at this yet, but I'm wondering if the button should be disabled instead of hidden when printing? Otherwise the e-stop button would shift.. |
Makes sense, I'll quickly change it! 🙂 |
Signed-off-by: Pedro Lamas <[email protected]>
Done, it will now disable the button if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Pedro Lamas <[email protected]>
Adds a new optional Upload and Print button to the top navigation bar.
Button is hidden while printing something.
This button visibility is configurable in the settings, and defaults to visible:
Closes #804
Signed-off-by: Pedro Lamas [email protected]