diff --git a/src/Profile.cpp b/src/Profile.cpp index 5a382bb1e..c2aa31347 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -68,6 +68,7 @@ const Profile::PropertyInfo Profile::DefaultPropertyNames[] = { , { Icon , "Icon" , GENERAL_GROUP , QVariant::String } , { Command , "Command" , 0 , QVariant::String } , { Arguments , "Arguments" , 0 , QVariant::StringList } + , { MenuIndex, "MenuIndex" , 0, QVariant::String } , { Environment , "Environment" , GENERAL_GROUP , QVariant::StringList } , { Directory , "Directory" , GENERAL_GROUP , QVariant::String } , { LocalTabTitleFormat , "LocalTabTitleFormat" , GENERAL_GROUP , QVariant::String } @@ -81,7 +82,6 @@ const Profile::PropertyInfo Profile::DefaultPropertyNames[] = { , { NewTabBehavior , "NewTabBehavior" , GENERAL_GROUP , QVariant::Int } , { StartInCurrentSessionDir , "StartInCurrentSessionDir" , GENERAL_GROUP , QVariant::Bool } , { ShowNewAndCloseTabButtons, "ShowNewAndCloseTabButtons" , GENERAL_GROUP , QVariant::Bool } - , { MenuIndex, "MenuIndex" , GENERAL_GROUP , QVariant::String } , { SilenceSeconds, "SilenceSeconds" , GENERAL_GROUP , QVariant::Int } // Appearance