Simplify changing reader desktop quick settings

This commit is contained in:
schroda
2026-06-02 15:00:39 +02:00
parent 2964612da1
commit 78e2a99847
7 changed files with 179 additions and 18 deletions

View File

@@ -8,10 +8,11 @@
import Stack from '@mui/material/Stack';
import Typography from '@mui/material/Typography';
import type { ReactNode } from 'react';
interface SuperscriptProps {
superscript: string;
text: string;
text: ReactNode;
}
/**