diff --git a/.config/quickshell/modules/overview/SearchItem.qml b/.config/quickshell/modules/overview/SearchItem.qml index 72b647747..3fad2ae3e 100644 --- a/.config/quickshell/modules/overview/SearchItem.qml +++ b/.config/quickshell/modules/overview/SearchItem.qml @@ -26,8 +26,8 @@ RippleButton { property string itemClickActionName: entry?.clickActionName property string materialSymbol: entry?.materialSymbol ?? "" - property string highlightPrefix: `` - property string highlightSuffix: `` + property string highlightPrefix: `` + property string highlightSuffix: `` function highlightContent(content, query) { if (!query || query.length === 0 || content == query || fontType === "monospace") return StringUtils.escapeHtml(content);