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
e5129190
Commit
e5129190
authored
Jan 04, 2022
by
Kurt Hindenburg
Browse files
fix two minor whitespaces from previous commit
parent
1a89e3ba
Pipeline
#118712
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/TerminalHeaderBar.cpp
View file @
e5129190
...
...
@@ -278,7 +278,7 @@ void TerminalHeaderBar::applyVisibilitySettings()
{
auto
*
settings
=
KonsoleSettings
::
self
();
auto
toVisibility
=
settings
->
splitViewVisibility
();
const
bool
singleTerminalView
=
(
getTopLevelSplitter
()
->
findChildren
<
TerminalDisplay
*>
().
count
()
==
1
);
const
bool
singleTerminalView
=
(
getTopLevelSplitter
()
->
findChildren
<
TerminalDisplay
*>
().
count
()
==
1
);
switch
(
toVisibility
)
{
case
KonsoleSettings
::
AlwaysShowSplitHeader
:
m_toggleExpandedMode
->
setDisabled
(
singleTerminalView
);
...
...
@@ -295,5 +295,4 @@ void TerminalHeaderBar::applyVisibilitySettings()
}
}
}
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