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
Education
KAlgebra
Commits
6046cf95
Commit
6046cf95
authored
May 04, 2021
by
Swapnil Tripathi
Committed by
Aleix Pol Gonzalez
May 04, 2021
Browse files
Clear log button disabled when there is no log to clean
parent
13a62495
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobile/content/ui/Console.qml
View file @
6046cf95
...
...
@@ -104,6 +104,7 @@ Kirigami.ScrollablePage {
iconName
:
"
edit-clear-history
"
text
:
i18n
(
"
Clear Log
"
)
onTriggered
:
itemModel
.
clear
()
enabled
:
itemModel
.
count
!=
0
}
]
...
...
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