1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 17:52:10 -04:00

dsearch: rewrite to use CLI instead of api

This commit is contained in:
bbedward
2025-10-27 15:13:29 -04:00
parent f17bbbd689
commit 7e5c6581c9
3 changed files with 218 additions and 239 deletions

View File

@@ -221,7 +221,7 @@ Rectangle {
if (!fileSearchController) {
return ""
}
if (!DSearchService.isConnected) {
if (!DSearchService.dsearchAvailable) {
return I18n.tr("DankSearch not available")
}
if (fileSearchController.isSearching) {