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

@@ -165,7 +165,7 @@ class WebHomePage extends StatelessWidget {
// backgroundColor: MyTheme.grayBg,
appBar: AppBar(
centerTitle: true,
title: Text(bind.mainGetAppNameSync()),
title: Text("${bind.mainGetAppNameSync()} (Preview)"),
actions: connectionPage.appBarActions,
),
body: connectionPage,