flutter version allow hide cm

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2022-11-23 09:41:05 +08:00
parent c26e86288d
commit 8b4d50f3fb
37 changed files with 198 additions and 44 deletions

View File

@@ -200,6 +200,7 @@ impl<T: InvokeUiSession> Session<T> {
h265 = h265 && encoding_265;
return (h264, h265);
}
#[allow(dead_code)]
(false, false)
}