mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
WebUI: add missing break
This commit is contained in:
@@ -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