android, desktop: customizable profile images (#4087)

* android, desktop: customizable profile images

* better

* fixes

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
Stanislav Dmitrenko
2024-04-25 03:22:52 +07:00
committed by GitHub
parent cfa7e0bb28
commit 2b7f3099a6
14 changed files with 118 additions and 22 deletions
@@ -62,6 +62,9 @@ fun AppearanceScope.AppearanceLayout(
}
}
}
SectionDividerSpaced(maxTopPadding = true)
ProfileImageSection()
SectionDividerSpaced(maxTopPadding = true)
ThemesSection(systemDarkTheme, showSettingsModal, editColor)
SectionBottomSpacer()