You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: a2n.archupdate.plasmoid/contents/ui/config/configCommand.qml
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -41,22 +41,6 @@ Kirigami.ScrollablePage {
41
41
right:parent.right
42
42
}
43
43
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."
0 commit comments