Skip to content

fix: Modified closeTab and quitAction actions

Dolphin crashes after closing it by clicking the Close Tab option (or the Quit option) in KCommandBar. In order to avoid the crash, I modified the action to specify Qt::QueuedConnection, just to delay the closing of the program.

BUG: 452527

Merge request reports