mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 21:21:26 +03:00
only show login for customized self host
This commit is contained in:
@@ -40,7 +40,7 @@ class App extends StatelessWidget {
|
||||
primarySwatch: Colors.blue,
|
||||
visualDensity: VisualDensity.adaptivePlatformDensity,
|
||||
),
|
||||
home: isWeb ? WebHomePage() : HomePage(),
|
||||
home: !isAndroid ? WebHomePage() : HomePage(),
|
||||
navigatorObservers: [
|
||||
FirebaseAnalyticsObserver(analytics: analytics),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user