Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
d1a90cf3
Commit
d1a90cf3
authored
Oct 11, 2019
by
Martin Tobias Holmedahl Sandsmark
Committed by
Kurt Hindenburg
Sep 05, 2020
Browse files
avoid applying saved geometry if not requested
parent
140ec1d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MainWindow.cpp
View file @
d1a90cf3
...
...
@@ -801,7 +801,9 @@ void MainWindow::applyKonsoleSettings()
}
_viewManager
->
activeContainer
()
->
setNavigationBehavior
(
KonsoleSettings
::
newTabBehavior
());
setAutoSaveSettings
(
QStringLiteral
(
"MainWindow"
),
KonsoleSettings
::
saveGeometryOnExit
());
if
(
KonsoleSettings
::
saveGeometryOnExit
()
!=
autoSaveSettings
())
{
setAutoSaveSettings
(
QStringLiteral
(
"MainWindow"
),
KonsoleSettings
::
saveGeometryOnExit
());
}
updateWindowCaption
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment