mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
opt: window title bar (#672)
* opt: window title bar * rm: `VirtualWindowFrame` on `SettingsPage`
This commit is contained in:
@@ -38,7 +38,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: CustomAppBar(
|
||||
appBar: AppBar(
|
||||
title: Text(libL10n.edit),
|
||||
actions: _buildAppBarActions(),
|
||||
),
|
||||
|
||||
@@ -11,7 +11,7 @@ class SnippetResultPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: CustomAppBar(title: Text(l10n.result)),
|
||||
appBar: AppBar(title: Text(l10n.result)),
|
||||
body: _buildBody(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user