From c62bcfdb87bc522c00a91f6f00b13416a97c06fb Mon Sep 17 00:00:00 2001 From: viown <48097677+viown@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:14:14 +0300 Subject: [PATCH] Add start icons to dashboard buttons --- src/apps/dashboard/components/widgets/ServerInfoWidget.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx b/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx index da98da16c4..e7914f0f7c 100644 --- a/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx +++ b/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx @@ -6,6 +6,9 @@ import Typography from '@mui/material/Typography'; import Stack from '@mui/material/Stack'; import Button from '@mui/material/Button'; import Skeleton from '@mui/material/Skeleton'; +import RefreshIcon from '@mui/icons-material/Refresh'; +import RestartAltIcon from '@mui/icons-material/RestartAlt'; +import PowerSettingsNewIcon from '@mui/icons-material/PowerSettingsNew'; import { useSystemInfo } from 'hooks/useSystemInfo'; type ServerInfoWidgetProps = { @@ -56,6 +59,7 @@ const ServerInfoWidget = ({ onScanLibrariesClick, onRestartClick, onShutdownClic