Merge b4b7406064 into b2f8a3adc2
This commit is contained in:
commit
f410911a46
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue