This commit is contained in:
rustdesk
2022-04-09 17:31:19 +08:00
parent 38b74be48b
commit 1f4610a3d0
5 changed files with 26 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ class _HomePageState extends State<HomePage> {
ConnectionPage(),
chatPage,
]);
if(isAndroid){
if (isAndroid) {
_pages.add(ServerPage());
}
_pages.add(SettingsPage());
@@ -88,7 +88,7 @@ class WebHomePage extends StatelessWidget {
backgroundColor: MyTheme.grayBg,
appBar: AppBar(
centerTitle: true,
title: Text("RustDesk"),
title: Text("RustDesk" + (isWeb ? " (Beta) " : "")),
actions: connectionPage.appBarActions,
),
body: connectionPage,