goblint / GobPie

Goblint IDE integration via MagpieBridge
MIT License
5 stars 3 forks source link

Fix GobPie not showing error popups during startup and on failed analysis #53

Closed FeldrinH closed 1 year ago

FeldrinH commented 1 year ago

This pull request fixes https://github.com/goblint/GobPie/issues/49 and some other cases where GobPie does not show error popups to the user even though it probably should. Error popups are now shown in the following cases:

Additionally this tweaks some popup related logic to ensure that the 'finished analysing' notification is shown after the analysis has completed and only if the analysis completed successfully.