fix: hide todo list/status when all todos complete, fix notifications (#124)

This commit is contained in:
vio1ator
2026-01-11 17:00:01 +02:00
committed by GitHub
parent e09559f711
commit 53b51a12c9
3 changed files with 9 additions and 7 deletions
@@ -1,7 +1,6 @@
import React from 'react';
import { useUIStore } from '@/stores/useUIStore';
import { isWebRuntime } from '@/lib/desktop';
import { getRegisteredRuntimeAPIs } from '@/contexts/runtimeAPIRegistry';
import { toast } from 'sonner';
export const NotificationSettings: React.FC = () => {