🚀 Launch 2.0.0+20

🐛 Bug fixes upload chat attachment to wrong pool
📝 Update desktop title bar text
This commit is contained in:
2024-12-10 21:45:27 +08:00
parent 1980843ac0
commit a9ca8d36bc
5 changed files with 10 additions and 3 deletions

View File

@ -124,6 +124,7 @@ class AppMainContent extends StatelessWidget {
final th = context.watch<ThemeProvider>();
return MaterialApp.router(
debugShowCheckedModeBanner: false,
theme: th.theme?.light,
darkTheme: th.theme?.dark,
locale: context.locale,