293 tiny gui improvement (#296)

* clicking on the speed dial will open download dialog

* refactor: prevent multiple slashes
This commit is contained in:
Marco Piovanello
2025-03-29 21:27:28 +01:00
committed by GitHub
parent 2af27e51be
commit 43bcc40907
2 changed files with 14 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ const HomeSpeedDial: React.FC<Props> = ({ onDownloadOpen, onEditorOpen }) => {
ariaLabel="Home speed dial"
sx={{ position: 'absolute', bottom: 64, right: 24 }}
icon={<SpeedDialIcon />}
onClick={onDownloadOpen}
>
<SpeedDialAction
icon={listView ? <ViewAgendaIcon /> : <FormatListBulleted />}