mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: missing locale
This commit is contained in:
@@ -143,9 +143,13 @@ const ConnectionsPage = () => {
|
||||
}
|
||||
>
|
||||
{isTableLayout ? (
|
||||
<TableChartRounded fontSize="inherit" />
|
||||
<span title={t("List View")}>
|
||||
<TableRowsRounded fontSize="inherit" />
|
||||
</span>
|
||||
) : (
|
||||
<TableRowsRounded fontSize="inherit" />
|
||||
<span title={t("Table View")}>
|
||||
<TableChartRounded fontSize="inherit" />
|
||||
</span>
|
||||
)}
|
||||
</IconButton>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user