mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 20:46:04 +00:00
TorrentFiles: do not pre-select a toggle in file priority setting
That's visually misleading.
This commit is contained in:
@@ -349,7 +349,7 @@ class TorrentFiles extends React.Component<TorrentFilesProps, TorrentFilesStates
|
||||
}}
|
||||
/>
|
||||
</Button>
|
||||
<Select id="file-priority" persistentPlaceholder shrink={false}>
|
||||
<Select id="file-priority" persistentPlaceholder shrink={false} defaultID="">
|
||||
<SelectItem placeholder>
|
||||
<FormattedMessage id="torrents.details.selected.files.set.priority" />
|
||||
</SelectItem>
|
||||
|
||||
Reference in New Issue
Block a user