mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
parent
d98f947824
commit
8fefd34c15
2 changed files with 2 additions and 3 deletions
|
@ -595,7 +595,6 @@ class QualityMonitor extends StatelessWidget {
|
|||
"${qualityMonitorModel.data.targetBitrate ?? '-'}kb"),
|
||||
_row(
|
||||
"Codec", qualityMonitorModel.data.codecFormat ?? '-'),
|
||||
if (!isWeb)
|
||||
_row("Chroma", qualityMonitorModel.data.chroma ?? '-'),
|
||||
],
|
||||
),
|
||||
|
|
|
@ -472,7 +472,7 @@ class RustdeskImpl {
|
|||
required String name,
|
||||
required String value,
|
||||
dynamic hint}) {
|
||||
return Future(() => js.context.callMethod('SetByName', [
|
||||
return Future(() => js.context.callMethod('setByName', [
|
||||
'option:session',
|
||||
jsonEncode({'name': name, 'value': value})
|
||||
]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue