mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add option to add torrent without starting
This commit is contained in:
@@ -106,7 +106,7 @@ export default class Dropdown extends React.Component {
|
||||
let classes = classnames('dropdown__item menu__item', property.className, {
|
||||
'is-selectable': property.selectable !== false,
|
||||
'is-selected': property.selected
|
||||
})
|
||||
});
|
||||
let clickHandler = null;
|
||||
|
||||
if (property.selectable !== false) {
|
||||
|
||||
Reference in New Issue
Block a user