Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
cheetah 2022-11-29 00:34:06 +01:00
commit 7d7cfeeab1

View file

@ -9,6 +9,7 @@ class Skyper extends PagerDevice {
constructor () { constructor () {
super() super()
this.duplex = false this.duplex = false
this.supportBOSkrypt = false
this.name = "skyper" this.name = "skyper"
} }
RandID() { RandID() {