mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 00:49:04 +00:00
fix for null safety
This commit is contained in:
parent
4d64fee76d
commit
035934cd99
3 changed files with 2 additions and 23 deletions
|
|
@ -15,7 +15,7 @@ bool mouseIn = false;
|
|||
class PlatformFFI {
|
||||
static void clearRgbaFrame() {}
|
||||
|
||||
static Uint8List getRgba() {
|
||||
static Uint8List? getRgba() {
|
||||
return js.context.callMethod('getRgba');
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -33,7 +33,7 @@
|
|||
<link rel="manifest" href="manifest.json">
|
||||
<script src="ogvjs-1.8.6/ogv.js"></script>
|
||||
<script src="yuv.js"></script>
|
||||
<script type="module" crossorigin src="assets/index.b043e392.js"></script>
|
||||
<script type="module" crossorigin src="assets/index.d2272adc.js"></script>
|
||||
<link rel="modulepreload" href="assets/vendor.b7bb6fa2.js">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue