We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
People on steam deck can't see the full sync-save progress and can't get to the error message, because electron dialog is not scrollable.
Use our react Dialog component instead, like we use now for winetricks progress. We can then make the log progress scrollable via css.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem description
People on steam deck can't see the full sync-save progress and can't get to the error message, because electron dialog is not scrollable.
Feature description
Use our react Dialog component instead, like we use now for winetricks progress. We can then make the log progress scrollable via css.
Alternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: