remove wallpaper view
This commit is contained in:
parent
e2816bcb1e
commit
2d251c044d
2 changed files with 0 additions and 19 deletions
|
|
@ -118,12 +118,6 @@ StyledPanelWindow {
|
|||
title: "Styling"
|
||||
view: StylingView {}
|
||||
}
|
||||
|
||||
ConfigurationView {
|
||||
icon: Styling.lucide.icons.swatchBook
|
||||
title: "Wallpapers"
|
||||
view: Wallpaper {}
|
||||
}
|
||||
}
|
||||
|
||||
component ConfigurationView: QtObject {
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
import qs.services
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
ColumnLayout {
|
||||
Repeater {
|
||||
model: WallpaperService.files
|
||||
delegate: Text {
|
||||
required property string dataModel
|
||||
text: dataModel
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue