mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 16:33:01 +08:00
fix web
This commit is contained in:
parent
38b74be48b
commit
1f4610a3d0
@ -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,
|
||||
|
@ -262,7 +262,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
},
|
||||
)
|
||||
] +
|
||||
(isDesktop
|
||||
(false
|
||||
? []
|
||||
: [
|
||||
IconButton(
|
||||
|
22
web/assets/index.1dc69d4c.js
Normal file
22
web/assets/index.1dc69d4c.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -33,7 +33,7 @@
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<script src="ogvjs-1.8.6/ogv.js"></script>
|
||||
<script src="yuv.js"></script>
|
||||
<script type="module" crossorigin src="assets/index.8aa2241d.js"></script>
|
||||
<script type="module" crossorigin src="assets/index.1dc69d4c.js"></script>
|
||||
<link rel="modulepreload" href="assets/vendor.b7bb6fa2.js">
|
||||
<script src="yuv-canvas-1.2.6.js"></script>
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user