Skip to content

Commit 6aaa223

Browse files
remove checker and up changelog
1 parent fa82a4b commit 6aaa223

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v6.3.0
2+
- Add a new parameter for splitting the dot between two CMD
3+
- The dots are customizable in color and position
4+
15
### v6.2.0
26
- Add parameters for the last two cmds without parameters (those of the update :))
37
- Added a kdialog trigger if a list or count cmd has an error

a2n.archupdate.plasmoid/contents/ui/config/configCommand.qml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,6 @@ Kirigami.ScrollablePage {
4141
right: parent.right
4242
}
4343

44-
Kirigami.InlineMessage {
45-
Layout.fillWidth: true
46-
text: "You must have the <a href=\"https://archlinux.org/packages/extra/x86_64/konsole/\">konsole</a> package installed for this widget to work."
47-
onLinkActivated: Qt.openUrlExternally(link)
48-
type: Kirigami.MessageType.Warning
49-
visible: !plasmoid.configuration.konsoleIsValid
50-
}
51-
52-
Kirigami.InlineMessage {
53-
Layout.fillWidth: true
54-
text: "You must have the <a href=\"https://archlinux.org/packages/extra/x86_64/pacman-contrib/\">pacman-contrib</a> package installed for this widget to work."
55-
onLinkActivated: Qt.openUrlExternally(link)
56-
type: Kirigami.MessageType.Warning
57-
visible: !plasmoid.configuration.checkupdateIsValid
58-
}
59-
6044
Kirigami.InlineMessage {
6145
Layout.fillWidth: true
6246
text: "This option enable log for each cmd exec by the plugin. (regex: ARCHUPDATE)"

0 commit comments

Comments
 (0)