opt: window title bar (#672)
* opt: window title bar * rm: `VirtualWindowFrame` on `SettingsPage`
This commit is contained in:
@@ -107,7 +107,7 @@ class _EditorPageState extends State<EditorPage> {
|
||||
}
|
||||
|
||||
PreferredSizeWidget _buildAppBar() {
|
||||
return CustomAppBar(
|
||||
return AppBar(
|
||||
centerTitle: true,
|
||||
title: TwoLineText(
|
||||
up: widget.args?.title ??
|
||||
|
||||
Reference in New Issue
Block a user