This commit is contained in:
existedinnettw 2026-04-02 18:26:09 +00:00 committed by GitHub
commit f410911a46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@ class MyApp extends StatelessWidget {
final router = ref.watch(routerProvider);
final content = Scaffold(
appBar: AppBar(
title: Text(AppLocalizations.of(context).appTitle),
title: Text(
AppLocalizations.of(context).appTitle + "(PR preview)",
),
actions: [
OutlinedButton.icon(
key: const Key('btn_appbar_settings'),