Skip to content

Commit

Permalink
fix:VolumeName
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed Jun 4, 2024
1 parent 3a815b3 commit 4a95bcb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/page/mount/add.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function AddMount_page() {

</FormItem>

<FormItem label={t('VolumeName') + '(' + t('optional') + ')'} hidden={!mountPathuIsDriveLetter}>
<FormItem label={t('VolumeName') + '(' + t('optional') + ')'} hidden={!mountPathuIsDriveLetter ||showAllOptions}>
<Input /* bordered={false} */ value={parameters.mountOpt.VolumeName} placeholder={t('please_input')} onChange={(value) =>
setParameters({ ...parameters, mountOpt: { ...parameters.mountOpt, VolumeName: value } })
} />
Expand Down

0 comments on commit 4a95bcb

Please sign in to comment.