mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 20:01:28 +03:00
fix for iOS
This commit is contained in:
@@ -20,7 +20,7 @@ class ConnectionPage extends StatefulWidget implements PageShape {
|
||||
final title = translate("Connection");
|
||||
|
||||
@override
|
||||
final appBarActions = isWeb ? <Widget>[WebMenu()] : <Widget>[];
|
||||
final appBarActions = !isAndroid ? <Widget>[WebMenu()] : <Widget>[];
|
||||
|
||||
@override
|
||||
final scrollController = ScrollController();
|
||||
|
||||
Reference in New Issue
Block a user