mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 09:13:19 +03:00
remove dup Accessibility-Input solution;fix audio crash
This commit is contained in:
@@ -44,8 +44,8 @@ final ButtonStyle flatButtonStyle = TextButton.styleFrom(
|
||||
),
|
||||
);
|
||||
|
||||
void showToast(String text,{Duration? duration}) {
|
||||
SmartDialog.showToast(text,displayTime: duration);
|
||||
void showToast(String text, {Duration? duration}) {
|
||||
SmartDialog.showToast(text, displayTime: duration);
|
||||
}
|
||||
|
||||
void showLoading(String text, {bool clickMaskDismiss = false}) {
|
||||
|
||||
Reference in New Issue
Block a user