mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-23 09:16:54 +00:00
fix(ui): Add a title to setup wizard
This commit is contained in:
parent
c8bc75d422
commit
44553eaf85
|
@ -67,6 +67,9 @@ class InitializingPage extends StatelessWidget {
|
|||
},
|
||||
)
|
||||
],
|
||||
title: Text(
|
||||
'more_page.configuration_wizard'.tr(),
|
||||
),
|
||||
bottom: PreferredSize(
|
||||
preferredSize: const Size.fromHeight(28),
|
||||
child: Padding(
|
||||
|
|
Loading…
Reference in a new issue