mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
release the up2k flag when disabling it
This commit is contained in:
parent
5099bc365d
commit
360ed5c46c
|
@ -1851,6 +1851,9 @@ function up2k_init(subtle) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!flag_en && flag) {
|
else if (!flag_en && flag) {
|
||||||
|
if (flag.ours)
|
||||||
|
flag.give();
|
||||||
|
|
||||||
flag.ch.close();
|
flag.ch.close();
|
||||||
flag = false;
|
flag = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue