feat: show back button in settings

This commit is contained in:
sBubshait 2025-07-22 10:35:57 +03:00
parent 57edd7ab14
commit d2f74d0296

View File

@ -493,7 +493,7 @@ class _SettingsPageState extends State<SettingsPage> {
preferredSize: Size.fromHeight(1), preferredSize: Size.fromHeight(1),
child: Container(height: 1, color: Colors.grey[200]), child: Container(height: 1, color: Colors.grey[200]),
), ),
automaticallyImplyLeading: false, automaticallyImplyLeading: true,
), ),
body: Padding( body: Padding(
padding: EdgeInsets.all(16), padding: EdgeInsets.all(16),