()
| 1480 | * ------v------*/ |
| 1481 | |
| 1482 | updateCompression() { |
| 1483 | if (!UI.rfb) return; |
| 1484 | |
| 1485 | UI.rfb.compressionLevel = parseInt(UI.getSetting('compression')); |
| 1486 | }, |
| 1487 | |
| 1488 | /* ------^------- |
| 1489 | * /COMPRESSION |
nothing calls this directly
no test coverage detected