mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 20:23:19 +03:00
rgba -> image
This commit is contained in:
@@ -45,7 +45,7 @@ class _HomePageState extends State<HomePage> {
|
||||
|
||||
void onConnect() {
|
||||
var id = _idController.text.trim();
|
||||
if (id == "") return;
|
||||
if (id == '') return;
|
||||
Navigator.push<dynamic>(
|
||||
context,
|
||||
MaterialPageRoute<dynamic>(
|
||||
|
||||
Reference in New Issue
Block a user