mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-01 21:51:28 +03:00
feat: implement dialog callback
This commit is contained in:
@@ -293,7 +293,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
||||
),
|
||||
];
|
||||
gFFI.dialogManager.show(
|
||||
(setState, close) => CustomAlertDialog(
|
||||
(setState, close, context) => CustomAlertDialog(
|
||||
title: null,
|
||||
content: SelectionArea(
|
||||
child:
|
||||
|
||||
Reference in New Issue
Block a user