🚀 Launch 2.0.0+20
🐛 Bug fixes upload chat attachment to wrong pool 📝 Update desktop title bar text
This commit is contained in:
@ -79,7 +79,7 @@ class ChatMessageInputState extends State<ChatMessageInput> {
|
||||
final place = await attach.chunkedUploadInitialize(
|
||||
(await media.length())!,
|
||||
media.name,
|
||||
'interactive',
|
||||
'messaging',
|
||||
null,
|
||||
mimetype: media.raw != null && media.type == PostWriteMediaType.image ? 'image/png' : null,
|
||||
);
|
||||
|
@ -118,7 +118,7 @@ class AppRootScaffold extends StatelessWidget {
|
||||
WindowTitleBarBox(
|
||||
child: MoveWindow(
|
||||
child: Text(
|
||||
'Solian',
|
||||
'Solar Network',
|
||||
style: GoogleFonts.spaceGrotesk(),
|
||||
).padding(horizontal: 12, vertical: 5),
|
||||
),
|
||||
|
Reference in New Issue
Block a user