mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-18 05:55:55 +00:00
add mobile switch language
This commit is contained in:
@@ -39,7 +39,7 @@ class App extends StatelessWidget {
|
||||
primarySwatch: Colors.blue,
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
),
|
||||
home: !isAndroid ? WebHomePage() : HomePage(),
|
||||
home: !isAndroid ? WebHomePage() : HomePage(key: homeKey),
|
||||
navigatorObservers: [
|
||||
FirebaseAnalyticsObserver(analytics: analytics),
|
||||
FlutterSmartDialog.observer
|
||||
|
||||
Reference in New Issue
Block a user