https://bugs.kde.org/show_bug.cgi?id=415541
--- Comment #29 from Victor Ryzhykh <victorr2...@yandex.ru> --- Sorry for the previous post. It is without translation. This problem also remained here. https://cgit.kde.org/plasma-workspace.git/tree/wallpapers/image/imagepackage/contents/ui/config.qml NewStuff.Button { Layout.alignment: Qt.AlignRight configFile: "wallpaper.knsrc" downloadNewWhat: i18n("Wallpapers") viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: imageWallpaper.newStuffFinished(); } NewStuff.Button { Layout.alignment: Qt.AlignRight configFile: "wallpaper.knsrc" downloadNewWhat: i18n("Wallpapers") viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: imageWallpaper.newStuffFinished(); } -- You are receiving this mail because: You are watching all bug changes.