mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-23 17:26:35 +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(
|
bottom: PreferredSize(
|
||||||
preferredSize: const Size.fromHeight(28),
|
preferredSize: const Size.fromHeight(28),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
|
Loading…
Reference in a new issue