Skip to content

Correct the 'New Tab' button profile list and sort it by name

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

The first time 'ProfileManager::instance()->allProfiles()' is called, it will open the profile file and load all profiles.

The problem was, 'addShortcutAction' was already connected to 'profileAdded' signal and triggering while loading the profile file.

Solution is move the "load profile" up, before the connections are made.

The sort is just a suggestion, if it is not wanted I can remove.

new_tab

Merge request reports