mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
Add an option to the profile editor to control whether new sessions start in the same directory as the current session.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=791273
This commit is contained in:
@@ -78,6 +78,7 @@ const Profile::PropertyInfo Profile::DefaultPropertyNames[] =
|
||||
, { ShowMenuBar , "ShowMenuBar" , GENERAL_GROUP , QVariant::Bool }
|
||||
, { TabBarMode , "TabBarMode" , GENERAL_GROUP , QVariant::Int }
|
||||
, { TabBarPosition , "TabBarPosition" , GENERAL_GROUP , QVariant::Int }
|
||||
, { StartInCurrentSessionDir , "StartInCurrentSessionDir" , GENERAL_GROUP , QVariant::Bool }
|
||||
|
||||
// Appearance
|
||||
, { Font , "Font" , APPEARANCE_GROUP , QVariant::Font }
|
||||
@@ -147,7 +148,7 @@ FallbackProfile::FallbackProfile()
|
||||
setProperty(TabBarMode,AlwaysShowTabBar);
|
||||
setProperty(TabBarPosition,TabBarBottom);
|
||||
setProperty(ShowMenuBar,true);
|
||||
|
||||
setProperty(StartInCurrentSessionDir,true);
|
||||
|
||||
setProperty(KeyBindings,"default");
|
||||
setProperty(ColorScheme,"Linux");
|
||||
|
||||
Reference in New Issue
Block a user