mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 06:08:54 -04:00
account management update
This commit is contained in:
parent
01c6490ec4
commit
5e4f47d5a1
42 changed files with 1663 additions and 831 deletions
|
@ -47,7 +47,9 @@ class SettingsPageState extends State<SettingsPage> {
|
|||
child: ListView(
|
||||
children: [
|
||||
buildSettingsPageColorPreferences(
|
||||
context: context, onChanged: () => setState(() {})),
|
||||
context: context,
|
||||
onChanged: () => setState(() {}))
|
||||
.paddingLTRB(0, 8, 0, 0),
|
||||
buildSettingsPageBrightnessPreferences(
|
||||
context: context, onChanged: () => setState(() {})),
|
||||
buildSettingsPageNotificationPreferences(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue