mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat: implement dialog callback
This commit is contained in:
@@ -383,7 +383,7 @@ class FfiModel with ChangeNotifier {
|
||||
|
||||
void showRelayHintDialog(String id, String type, String title, String text,
|
||||
OverlayDialogManager dialogManager) {
|
||||
dialogManager.show(tag: '$id-$type', (setState, close) {
|
||||
dialogManager.show(tag: '$id-$type', (setState, close, context) {
|
||||
onClose() {
|
||||
closeConnection();
|
||||
close();
|
||||
|
||||
Reference in New Issue
Block a user