resolution, image quality, tab name, last remote id

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-10-14 11:15:52 +08:00
committed by GitHub
parent 6cdbcfc082
commit af610b2408
5 changed files with 28 additions and 22 deletions

View File

@@ -445,7 +445,9 @@ class _AppState extends State<App> with WidgetsBindingObserver {
child: GetMaterialApp(
navigatorKey: globalKey,
debugShowCheckedModeBanner: false,
title: 'RustDesk',
title: isWeb
? '${bind.mainGetAppNameSync()} Web Client V2 (Preview)'
: bind.mainGetAppNameSync(),
theme: MyTheme.lightTheme,
darkTheme: MyTheme.darkTheme,
themeMode: MyTheme.currentThemeMode(),