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
PIM
Kalendar
Commits
dc7ec4b0
Commit
dc7ec4b0
authored
Nov 23, 2021
by
Claudio Cambra
Browse files
Fixed escape key handler in main.qml, fixes
#103
parent
d0951b99
Pipeline
#100328
passed with stage
in 6 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/main.qml
View file @
dc7ec4b0
...
...
@@ -116,10 +116,6 @@ Kirigami.ApplicationWindow {
id
:
closeOverlayAction
shortcut
:
"
Escape
"
onTriggered
:
{
if
(
applicationWindow
().
overlay
.
children
[
0
].
visible
)
{
applicationWindow
().
overlay
.
children
[
0
].
visible
=
false
;
return
;
}
if
(
pageStack
.
layers
.
depth
>
1
)
{
pageStack
.
layers
.
pop
();
return
;
...
...
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