doc: updated screenshots

This commit is contained in:
Simeon Radivoev 2026-03-15 17:41:56 +02:00
parent acadfe04ad
commit 364bc9d0be
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
15 changed files with 36 additions and 20 deletions

View file

@ -101,7 +101,7 @@ function RouteComponent ()
</DownloadDirectoryOption>
<OptionSpace label="Config Path" id='config'>
<div className='flex gap-2 items-center text-ellipsis text-nowrap overflow-hidden'>
<div className='flex gap-2 items-center text-ellipsis text-nowrap overflow-hidden break-after-all max-w-sm'>
{drives?.configPath}
</div>
<Button id='open-config' type='button' onAction={() => systemApi.api.system.open.post({ url: drives?.configPath ?? '' })} ><FolderOpen /></Button>