mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 17:11:02 +03:00
feat: implement dialog callback
This commit is contained in:
@@ -2016,7 +2016,7 @@ void changeSocks5Proxy() async {
|
||||
RxBool obscure = true.obs;
|
||||
|
||||
var isInProgress = false;
|
||||
gFFI.dialogManager.show((setState, close) {
|
||||
gFFI.dialogManager.show((setState, close, context) {
|
||||
submit() async {
|
||||
setState(() {
|
||||
proxyMsg = '';
|
||||
|
||||
Reference in New Issue
Block a user