Skip to content

Commit 66246aa

Browse files
elliotttateclaude
andcommitted
fix: Remove undefined ShowEverythingUnavailableToast method call
- Fixes CS0117 compilation error - Toast notification method was not implemented in AppToastNotificationHelper 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7f508fc commit 66246aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Files.App/Utils/Storage/Search/EverythingSearchEngineService.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,7 @@ private async Task NotifyEverythingUnavailableOnce()
100100
{
101101
App.Logger?.LogInformation("[SearchEngine: Everything] Showing fallback notification to user");
102102

103-
// Show toast notification that Everything is unavailable
104-
await Task.Run(() =>
105-
{
106-
AppToastNotificationHelper.ShowEverythingUnavailableToast();
107-
});
103+
// Everything is not available - search will use Windows Search instead
108104
}
109105
catch (Exception ex)
110106
{

0 commit comments

Comments
 (0)