Skip to content

Replace GsPluginFailureFlags with a simple interactivity boolean

Richard Hughes requested to merge wip/hughsie/GsPluginInteractivity into master

This allows the front-end code to specify if this was in response to the user clicking a button rather than being a background task. Nobody really understood how GsPluginFailureFlags was supposed to work -- which meant there were bugs everywhere.

It's all a lot simpler now.

Merge request reports