mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-19 20:35:37 +08:00
no log: minor UI fixes
This commit is contained in:
parent
334cd1dfca
commit
96618d5843
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ const MovieDetailView: FunctionComponent = () => {
|
||||||
<Toolbox.Button
|
<Toolbox.Button
|
||||||
icon={faSearch}
|
icon={faSearch}
|
||||||
disabled={!isNumber(movie?.profileId)}
|
disabled={!isNumber(movie?.profileId)}
|
||||||
|
loading={hasTask}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (movie) {
|
if (movie) {
|
||||||
task.create(movie.title, TaskGroup.SearchSubtitle, action, {
|
task.create(movie.title, TaskGroup.SearchSubtitle, action, {
|
||||||
|
|
Loading…
Reference in a new issue