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
5bc948ae
Commit
5bc948ae
authored
Dec 29, 2020
by
Alexander Lohnau
💬
Browse files
Cleanup unused imports and add TODO
parent
89827626
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell/contents/configuration/ConfigurationContainmentAppearance.qml
View file @
5bc948ae
...
...
@@ -21,8 +21,6 @@ import org.kde.plasma.configuration 2.0
import
QtQuick
.
Controls
2.3
as
QtControls
import
QtQuick
.
Layouts
1.1
import
org
.
kde
.
kconfig
1.0
// for KAuthorized
import
org
.
kde
.
plasma
.
private
.
shell
2.0
as
ShellPrivate
// for WallpaperPlugin
import
org
.
kde
.
kirigami
2.5
as
Kirigami
ColumnLayout
{
...
...
@@ -86,18 +84,7 @@ ColumnLayout {
root
.
configurationChanged
()
}
}
/* //need mobile friendly ghns
QtControls.Button {
icon.name: "get-hot-new-stuff"
text: i18nd("plasma_shell_org.kde.plasma.desktop", "Get New Plugins...")
visible: KAuthorized.authorize("ghns")
onClicked: wallpaperPlugin.getNewWallpaperPlugin(this)
Layout.preferredHeight: wallpaperComboBox.height
ShellPrivate.WallpaperPlugin {
id: wallpaperPlugin
}
}*/
// TODO Add "Get new plugins.." button when KNS is mobile friendly
}
}
...
...
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