데스크톱 앱 리프레시 기능 추가
This commit is contained in:
@@ -28,6 +28,7 @@ interface NotifyTopMenuBarProps {
|
||||
onFullscreen?: () => void;
|
||||
onOpenFloatingWidgets?: () => void;
|
||||
floatingWidgetCount?: number;
|
||||
onRefresh?: () => void;
|
||||
}
|
||||
|
||||
export const NotifyTopMenuBar: React.FC<NotifyTopMenuBarProps> = props => {
|
||||
|
||||
Reference in New Issue
Block a user