Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
aa26c873
Commit
aa26c873
authored
Nov 06, 2022
by
Christoph Cullmann
🍨
Browse files
hide all toolview menus for kwrite
(cherry picked from commit
995a75f5
)
parent
8a01a78f
Pipeline
#262876
canceled with stage
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/katemdi.cpp
View file @
aa26c873
...
...
@@ -135,6 +135,8 @@ GUIClient::GUIClient(MainWindow *mw)
// hide tool views menu for KWrite mode
if
(
KateApp
::
isKWrite
())
{
m_sidebarButtonsMenu
->
setVisible
(
false
);
m_focusToolviewMenu
->
setVisible
(
false
);
m_toolMenu
->
setVisible
(
false
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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