diff --git a/src/SessionManager.cpp b/src/SessionManager.cpp index 561f0658..fa583f66 100644 --- a/src/SessionManager.cpp +++ b/src/SessionManager.cpp @@ -678,6 +678,8 @@ void SessionManager::sessionProfileCommandReceived(const QString& text) } _sessionProfiles[session] = newProfile; + applyProfile(newProfile,true); + emit sessionUpdated(session); } QKeySequence SessionManager::shortcut(Profile::Ptr info) const