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
Plasma
DrKonqi
Commits
27819ca9
Commit
27819ca9
authored
May 19, 2022
by
Harald Sitter
🏳️🌈
Browse files
wire up restart button
was not connected to anything and consequently did nothing
parent
fd9afaf7
Pipeline
#178496
passed with stage
in 5 minutes and 50 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/qml/MainPage.qml
View file @
27819ca9
...
...
@@ -35,6 +35,7 @@ Kirigami.Page {
iconName
:
"
system-reboot
"
text
:
i18nc
(
"
@action
"
,
"
Restart Application
"
)
visible
:
!
CrashedApplication
.
hasBeenRestarted
onTriggered
:
CrashedApplication
.
restart
()
},
Kirigami.Action
{
iconName
:
"
code-class
"
...
...
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