You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python's threading could come into play. That's how the current "prototype 2.0" software-boutique currently prevents Python code from blocking WebView.
There is method that handles it in the Glib. I have used the sync method for now to get stuff going and work only on the install and remove logic. I will change the sync method for the async one.
Just to make sure that everything works fine with the front-end later, We'll have to change sync functions in snap service.
Otherwise it might block the front-end.
The text was updated successfully, but these errors were encountered: