데스크톱 앱 리프레시 기능 추가

This commit is contained in:
Macbook
2026-06-22 16:47:20 +09:00
parent 1180cd53f0
commit 5871eb2465
17 changed files with 165 additions and 5 deletions
@@ -28,6 +28,7 @@ interface NotifyTopMenuBarProps {
onFullscreen?: () => void;
onOpenFloatingWidgets?: () => void;
floatingWidgetCount?: number;
onRefresh?: () => void;
}
export const NotifyTopMenuBar: React.FC<NotifyTopMenuBarProps> = props => {