mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
parent
9c26e5d4d6
commit
9feefc8144
27 changed files with 174 additions and 240 deletions
|
@ -25,10 +25,8 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
if (window.qBittorrent === undefined)
|
||||
window.qBittorrent = {};
|
||||
|
||||
window.qBittorrent.Client = (() => {
|
||||
window.qBittorrent ??= {};
|
||||
window.qBittorrent.Client ??= (() => {
|
||||
const exports = () => {
|
||||
return {
|
||||
closeWindows: closeWindows,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue