diff options
Diffstat (limited to 'modules/launcher/Content.qml')
| -rw-r--r-- | modules/launcher/Content.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index c8ad3a9..e887bf9 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -76,7 +76,6 @@ Item { bottomPadding: Appearance.padding.larger placeholderText: qsTr("Type \"%1\" for commands").arg(Config.launcher.actionPrefix) - background: null onAccepted: { const currentItem = list.currentList?.currentItem; |