Skip to content
  • Carlos Alves's avatar
    Correct the 'New Tab' button profile list · 03bcf1ad
    Carlos Alves authored
    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.
    03bcf1ad