From d64003121413c37029e14f497f3828555fc4138b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 3 Jul 2021 17:48:08 +0200 Subject: [PATCH] Assistant: Use FileIconProvider for FileProvider query results Instead of showing the default "folder" icon for all file results, we now show an appropriate icon for the given file. :^) --- Userland/Applications/Assistant/Providers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/Assistant/Providers.cpp b/Userland/Applications/Assistant/Providers.cpp index aed3a83425..ace92b6a35 100644 --- a/Userland/Applications/Assistant/Providers.cpp +++ b/Userland/Applications/Assistant/Providers.cpp @@ -114,7 +114,7 @@ void CalculatorProvider::query(String const& query, Function)> on_complete)