mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 15:02:50 -05:00
better fuzzy search, sweeping clean and qmlfmt of Widgets
This commit is contained in:
@@ -12,7 +12,6 @@ DankActionButton {
|
||||
height: 40
|
||||
property bool isShift: false
|
||||
color: Theme.surface
|
||||
hoverColor: Theme.surfacePressed
|
||||
|
||||
StyledText {
|
||||
id: contentItem
|
||||
|
||||
@@ -41,10 +41,7 @@ Item {
|
||||
active: !SessionData.wallpaperPath
|
||||
asynchronous: true
|
||||
|
||||
sourceComponent: DankBackdrop {
|
||||
screenWidth: parent.width
|
||||
screenHeight: parent.height
|
||||
}
|
||||
sourceComponent: DankBackdrop {}
|
||||
}
|
||||
|
||||
Image {
|
||||
|
||||
Reference in New Issue
Block a user