Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbn42 committed Jun 29, 2020
1 parent 40ad5d8 commit d301fc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions plasmoid/contents/ui/config/ConfigBackend.qml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Kirigami.FormLayout {

QQC2.CheckBox {
id: glDFT
visible:false
text: i18nc("@option:check", "Use GLDFT (to lower CPU Usage) (experimental, not recommended)")
}

Expand Down
2 changes: 1 addition & 1 deletion plasmoid/contents/ui/config/ConfigGeneral.qml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Kirigami.FormLayout {
Layout.fillWidth: true

QQC2.Label {
text: "0.4.1"
text: "0.4.2"
}
}

Expand Down
2 changes: 1 addition & 1 deletion plasmoid/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ X-KDE-ServiceTypes=Plasma/Applet
X-KDE-PluginInfo-Author=rbn42
X-KDE-PluginInfo-Email=
X-KDE-PluginInfo-Name=panon
X-KDE-PluginInfo-Version=0.4.1
X-KDE-PluginInfo-Version=0.4.2
X-KDE-PluginInfo-Website=github.com/rbn42/panon
X-KDE-PluginInfo-Category=Multimedia
X-KDE-PluginInfo-Depends=
Expand Down

0 comments on commit d301fc7

Please sign in to comment.