mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Allow the window size and location to be saved per profile.
Patch is from Gentoo. BUG: 181129 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1144208
This commit is contained in:
@@ -787,6 +787,8 @@ void ViewManager::applyProfile(TerminalDisplay* view , const Profile::Ptr info,
|
||||
// menu bar visibility
|
||||
emit setMenuBarVisibleRequest( info->property<bool>(Profile::ShowMenuBar) );
|
||||
|
||||
emit setSaveGeometryOnExitRequest( info->property<bool>(Profile::SaveGeometryOnExit) );
|
||||
|
||||
// tab bar visibility
|
||||
if (applyContainerSettings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user