mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 07:01:29 +03:00
@@ -959,7 +959,6 @@ class CustomAlertDialog extends StatelessWidget {
|
||||
void msgBox(SessionID sessionId, String type, String title, String text,
|
||||
String link, OverlayDialogManager dialogManager,
|
||||
{bool? hasCancel, ReconnectHandle? reconnect, int? reconnectTimeout}) {
|
||||
|
||||
dialogManager.dismissAll();
|
||||
List<Widget> buttons = [];
|
||||
bool hasOk = false;
|
||||
@@ -2766,6 +2765,8 @@ parseParamScreenRect(Map<String, dynamic> params) {
|
||||
return screenRect;
|
||||
}
|
||||
|
||||
get isInputSourceFlutter => stateGlobal.getInputSource() == "Input source 2";
|
||||
|
||||
class _ReconnectCountDownButton extends StatefulWidget {
|
||||
_ReconnectCountDownButton({
|
||||
Key? key,
|
||||
|
||||
Reference in New Issue
Block a user