mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
WebUI: add missing break
This commit is contained in:
parent
4a36fe7278
commit
7deccd5592
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