block file info for incomplete files
This commit is contained in:
@@ -3,6 +3,8 @@ export const messagesSource = `
|
||||
const APP_MESSAGES = {
|
||||
actions: {
|
||||
raw_torrent: 'Add torrent',
|
||||
add_torrent_raw: 'Add torrent file',
|
||||
add_magnet: 'Add magnet link',
|
||||
add: 'Add torrent',
|
||||
start: 'Start torrent',
|
||||
pause: 'Pause torrent',
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1527,6 +1527,10 @@ body.mobile-mode .mobile-card {
|
||||
padding-bottom: 0.1rem;
|
||||
padding-top: 0.1rem;
|
||||
}
|
||||
.file-priority-table .file-media-info-blocked {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.55;
|
||||
}
|
||||
.file-priority-table .file-check,
|
||||
.file-priority-table #fileSelectAll {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user