mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 07:26:10 -04:00
Allow konsole to store terminal size in the profile.
This removes the profile setting to 'Save window size upon exit'. Now
it is in the Konsole settings; each profile can now set desired column
and row size.
Konsole Settings->Configure Konsole->General->Use current window size
on next startup:
Enabled - ignores all profile size settings - uses previous window size
Disabled - profile size settings are used - set via Edit Current
Profile 1st tab
Only new windows will use "new" col/row/size settings.
BUG: 152385
REVIEW: 115628
FIXED-IN: 2.13
(cherry picked from commit 931d64df81)
This commit is contained in:
@@ -790,8 +790,6 @@ void ViewManager::applyProfileToView(TerminalDisplay* view , const Profile::Ptr
|
||||
{
|
||||
Q_ASSERT(profile);
|
||||
|
||||
emit setSaveGeometryOnExitRequest(profile->saveGeometryOnExit());
|
||||
|
||||
emit updateWindowIcon();
|
||||
|
||||
// load color scheme
|
||||
|
||||
Reference in New Issue
Block a user