mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07: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…
Add table
Add a link
Reference in a new issue