[Run Command] reuse items in ListView

Should speed up KRunner while typing
wilder-5.26
Kai Uwe Broulik 4 years ago
parent ddf88d2148
commit 950a7db44b
  1. 3
      lookandfeel/contents/runcommand/RunCommand.qml

@ -4,7 +4,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
import QtQuick 2.6
import QtQuick 2.15
import QtQuick.Layouts 1.1
import QtQuick.Window 2.1
@ -315,6 +315,7 @@ ColumnLayout {
highlightMoveDuration: 0
activeFocusOnTab: true
model: []
reuseItems: true
delegate: Milou.ResultDelegate {
id: resultDelegate
width: listView.width

Loading…
Cancel
Save