mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: add missing break
This commit is contained in:
committed by
sledgehammer999
parent
4a36fe7278
commit
7deccd5592
@@ -1691,5 +1691,6 @@ window.addEventListener("load", () => {
|
||||
default:
|
||||
console.error(`Unexpected 'selected_tab' value: ${previouslyUsedTab}`);
|
||||
$("transfersTabLink").click();
|
||||
break;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user