mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
qr code
This commit is contained in:
@@ -42,6 +42,11 @@ final ButtonStyle flatButtonStyle = TextButton.styleFrom(
|
||||
),
|
||||
);
|
||||
|
||||
void showToast(String text) {
|
||||
EasyLoading.showToast(Translator.call(text),
|
||||
maskType: EasyLoadingMaskType.black);
|
||||
}
|
||||
|
||||
void showLoading(String text) {
|
||||
DialogManager.reset();
|
||||
EasyLoading.dismiss();
|
||||
|
||||
Reference in New Issue
Block a user