Skip to content

Fix crash showing Settings Dialog

Carlos Alves requested to merge carlosbalves/konsole:settingsCrash into master

When you open settings and close it, than open a new window, than close the old window, the MainWindow with the settings will delete the configDialog. If you try to open settings againg it crashes.

Fix is each MainWindow now has its own configDialog.

BUG: 436366

Merge request reports