Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Nano
Commits
6698cf17
Commit
6698cf17
authored
Feb 01, 2021
by
Marco Martin
Browse files
remove ghns button
parent
57912b41
Changes
2
Hide whitespace changes
Inline
Side-by-side
shell/contents/configuration/ContainmentConfiguration.qml
View file @
6698cf17
...
...
@@ -103,9 +103,6 @@ AppletConfiguration {
imageWallpaperDrawer
.
close
()
}
}
Loader
{
source
:
Qt
.
resolvedUrl
(
"
GHNSButton.qml
"
)
}
}
background
:
Rectangle
{
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.3
)
...
...
shell/contents/configuration/GHNSButton.qml
deleted
100644 → 0
View file @
57912b41
import
QtQuick
2.14
import
org
.
kde
.
newstuff
1.62
as
NewStuff
NewStuff.Button
{
configFile
:
"
wallpaper.knsrc
"
text
:
i18nd
(
"
plasma_wallpaper_org.kde.image
"
,
"
Download...
"
)
viewMode
:
NewStuff
.
Page
.
ViewMode
.
Preview
onChangedEntriesChanged
:
imageWallpaper
.
newStuffFinished
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment