fix: hide todo list/status when all todos complete, fix notifications (#124)
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user