mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
WebUI: add missing break
This commit is contained in:
parent
c54750469e
commit
1ba69be869
1 changed files with 1 additions and 0 deletions
|
@ -1691,5 +1691,6 @@ window.addEventListener("load", () => {
|
|||
default:
|
||||
console.error(`Unexpected 'selected_tab' value: ${previouslyUsedTab}`);
|
||||
$("transfersTabLink").click();
|
||||
break;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue