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
When using the GUI app, the update-run command does not run Discord if an update happens. It will notify that Discord has been updated, and then exit.
update-run
If I had to guess, I would say it might be due to the GLib timer on this line not working correctly. I don't know why that would be though.
The text was updated successfully, but these errors were encountered:
It would help if I actually read my code. Because of the way the app is created, the queue keyword argument is set to False, so this timer is not used.
queue
False
Maybe Discord is doing some cleanup or something, and expects to restart immediately?
Sorry, something went wrong.
No branches or pull requests
When using the GUI app, the
update-run
command does not run Discord if an update happens. It will notify that Discord has been updated, and then exit.If I had to guess, I would say it might be due to the GLib timer on this line not working correctly. I don't know why that would be though.
The text was updated successfully, but these errors were encountered: