Skip to content
GitLab
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
7bf6a286
Commit
7bf6a286
authored
Feb 01, 2021
by
Marco Martin
Browse files
remove ghns button
parent
077f756b
Changes
2
Hide whitespace changes
Inline
Side-by-side
shell/contents/configuration/ContainmentConfiguration.qml
View file @
7bf6a286
...
...
@@ -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 @
077f756b
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
.
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