mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: delete AI can make mistakes on mobile
This commit is contained in:
parent
a6b863b07a
commit
a14076125a
@ -425,13 +425,14 @@ class _ChatContentPageState extends State<_ChatContentPage> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
const VSpace(6),
|
const VSpace(6),
|
||||||
Opacity(
|
if (PlatformExtension.isDesktop)
|
||||||
opacity: 0.6,
|
Opacity(
|
||||||
child: FlowyText(
|
opacity: 0.6,
|
||||||
LocaleKeys.chat_aiMistakePrompt.tr(),
|
child: FlowyText(
|
||||||
fontSize: 12,
|
LocaleKeys.chat_aiMistakePrompt.tr(),
|
||||||
|
fontSize: 12,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user