Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nero Burner
QMLKonsole
Commits
cc5c1376
Verified
Commit
cc5c1376
authored
Nov 14, 2020
by
Jonah Brüchert
🌳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the back button being invisible in settings
parent
d34cab37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
src/contents/ui/SettingsPage.qml
src/contents/ui/SettingsPage.qml
+0
-7
src/contents/ui/main.qml
src/contents/ui/main.qml
+0
-1
No files found.
src/contents/ui/SettingsPage.qml
View file @
cc5c1376
...
...
@@ -14,13 +14,6 @@ Kirigami.Page {
title
:
i18n
(
"
Settings
"
)
property
QMLTermWidget
terminal
onIsCurrentPageChanged
:
{
if
(
isCurrentPage
)
applicationWindow
().
pageStack
.
globalToolBar
.
style
=
Kirigami
.
ApplicationHeaderStyle
.
ToolBar
else
applicationWindow
().
pageStack
.
globalToolBar
.
style
=
Kirigami
.
ApplicationHeaderStyle
.
None
}
Kirigami.FormLayout
{
anchors.fill
:
parent
...
...
src/contents/ui/main.qml
View file @
cc5c1376
...
...
@@ -30,6 +30,5 @@ Kirigami.ApplicationWindow {
]
}
pageStack.globalToolBar.style
:
Kirigami
.
ApplicationHeaderStyle
.
None
pageStack.initialPage
:
"
qrc:/TerminalPage.qml
"
}
Write
Preview
Markdown
is supported
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