{
- setShowSystemMonitorPanel(!showSystemMonitorPanel)
+ toggleShowSystemMonitorPanel(!showSystemMonitorPanel)
setShowFullScreen(false)
}}
>
@@ -123,7 +127,7 @@ const SystemMonitor = () => {
size={16}
className="text-[hsla(var(--text-secondary))]"
onClick={() => {
- setShowSystemMonitorPanel(false)
+ toggleShowSystemMonitorPanel(false)
setShowFullScreen(false)
}}
/>