Skip to content

The default navigation method should be TabbedNavigation

Ahmad Samir requested to merge work/ahmad/flashing-windows into master

TabbedNavigation is when we have a MainWindow, i.e. the typical use case; whereas NoNavigation is when using Konsole Part. The code in Part calls setNavigationMethod(NoNavigation), so things should work as before.

I made a wrong assumption that TabbedNavigation was already the default.

CCBUG: 432077

Merge request reports