fix(ui): Add a title to setup wizard

pull/193/head
Inex Code 2023-02-01 01:13:06 +03:00
parent c8bc75d422
commit 44553eaf85
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ class InitializingPage extends StatelessWidget {
},
)
],
title: Text(
'more_page.configuration_wizard'.tr(),
),
bottom: PreferredSize(
preferredSize: const Size.fromHeight(28),
child: Padding(