Skip to content

Don't crash if the panelview is not ready

Marco Martin requested to merge work/mart/panelnotreadycheck into master

createWaitingPanels is not guaranteed to create all of them. those which have a desktop not ready yet will go back to waitingpanels until new turn. This scenario sometimes happens during first run scripts or update ones, causing a crash in those cases

Merge request reports