mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
elide, dont wrap spotlight/launcher results
This commit is contained in:
@@ -761,6 +761,8 @@ Item {
|
||||
Repeater {
|
||||
model: 6
|
||||
delegate: Rectangle {
|
||||
required property int index
|
||||
|
||||
width: 2
|
||||
height: {
|
||||
if (MprisController.activePlayer?.playbackState === MprisPlaybackState.Playing && CavaService.values.length > index) {
|
||||
|
||||
Reference in New Issue
Block a user