This commit is contained in:
2025-05-21 14:06:37 +02:00
parent 375d38f7ba
commit 7c310bb307

View File

@@ -235,7 +235,10 @@ class _AiChatState extends State<AiChat> {
_flutterTts.stop(); _flutterTts.stop();
Navigator.of(context).pop(); Navigator.of(context).pop();
}, },
windowBody: Column( windowBody: SizedBox(
width: double.infinity,
// color: Colors.black,
child: Column(
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,
children: [ children: [
Stack( Stack(
@@ -294,6 +297,7 @@ class _AiChatState extends State<AiChat> {
), ),
], ],
), ),
),
); );
} else { } else {
return MihAppWindow( return MihAppWindow(