File picker permissions and header rename. Also merged jija shit

This commit is contained in:
nullpeer
2025-11-30 14:07:33 +03:00
parent d793498d0a
commit 803a855c21
18 changed files with 2820 additions and 1611 deletions

View File

@@ -208,7 +208,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
)
: null,
),
body: _buildSettingsContent(),
body: SafeArea(
child: _buildSettingsContent(),
),
);
}