Skip to content

Fix restoring columns in certificatedetailsdialog

Waiting for key listing to be done wasn't correct; The relevant part was that it's executed at a later point in time. Since, when opening a Certificate details dialog, the KeyCache was already initialized, this was executed immediately, meaning that restoring the layout didn't work.

Merge request reports