mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 02:07:57 -06:00
Add migration scripts, remove dependencies to codegen, and cleanups
This commit is contained in:
@@ -44,7 +44,8 @@ class _LandingPageState extends State<LandingPage> {
|
||||
SliverToBoxAdapter(
|
||||
child: Text(
|
||||
S.of(context)!.welcomeUser(
|
||||
currentUser.fullName ?? currentUser.username),
|
||||
currentUser.fullName ?? currentUser.username,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
style: Theme.of(context)
|
||||
.textTheme
|
||||
|
||||
Reference in New Issue
Block a user