Also add the mobile wallpaper option to the other kns button

Turns out there are two KNewStuff buttons here, so we'll want to make
sure to do this for both of them.
wilder-5.22
Dan Leinir Turthra Jensen 5 years ago
parent fc4635f887
commit 2e9d3152df
  1. 2
      wallpapers/image/imagepackage/contents/ui/config.qml

@ -468,7 +468,7 @@ ColumnLayout {
}
NewStuff.Button {
Layout.alignment: Qt.AlignRight
configFile: "wallpaper.knsrc"
configFile: Kirigami.Settings.isMobile ? "wallpaper-mobile.knsrc" : "wallpaper.knsrc"
text: i18nd("plasma_wallpaper_org.kde.image", "Get New Wallpapers...")
viewMode: NewStuff.Page.ViewMode.Preview
onChangedEntriesChanged: imageWallpaper.newStuffFinished();

Loading…
Cancel
Save