Skip to content

Commit

Permalink
remove checker and up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bouteillerAlan committed Jun 5, 2024
1 parent fa82a4b commit 6aaa223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v6.3.0
- Add a new parameter for splitting the dot between two CMD
- The dots are customizable in color and position

### v6.2.0
- Add parameters for the last two cmds without parameters (those of the update :))
- Added a kdialog trigger if a list or count cmd has an error
Expand Down
16 changes: 0 additions & 16 deletions a2n.archupdate.plasmoid/contents/ui/config/configCommand.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,6 @@ Kirigami.ScrollablePage {
right: parent.right
}

Kirigami.InlineMessage {
Layout.fillWidth: true
text: "You must have the <a href=\"https://archlinux.org/packages/extra/x86_64/konsole/\">konsole</a> package installed for this widget to work."
onLinkActivated: Qt.openUrlExternally(link)
type: Kirigami.MessageType.Warning
visible: !plasmoid.configuration.konsoleIsValid
}

Kirigami.InlineMessage {
Layout.fillWidth: true
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."
onLinkActivated: Qt.openUrlExternally(link)
type: Kirigami.MessageType.Warning
visible: !plasmoid.configuration.checkupdateIsValid
}

Kirigami.InlineMessage {
Layout.fillWidth: true
text: "This option enable log for each cmd exec by the plugin. (regex: ARCHUPDATE)"
Expand Down

0 comments on commit 6aaa223

Please sign in to comment.