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
Thomas Walker
Plasma Desktop
Commits
aa437138
Commit
aa437138
authored
Dec 15, 2021
by
Nicolas Fella
Browse files
[applets/taskmanager] Fix config XML file
Close the entry tag before defining a new one
parent
19bedf24
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/taskmanager/package/contents/config/main.xml
View file @
aa437138
...
...
@@ -122,12 +122,12 @@
<entry
name=
"minimizeActiveTaskOnClick"
type=
"Bool"
>
<label>
Whether to minimize the currently-active task when clicked. If false, clicking on the currently-active task will do nothing.
</label>
<default>
true
</default>
</entry>
<entry
name=
"reverseMode"
type=
"Bool"
>
<label>
Whether to grow the tasks in according to system configuration or opposite to system configuration.
</label>
<default>
false
</default>
</entry>
</entry>
</group>
</kcfg>
...
...
Write
Preview
Supports
Markdown
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