save conversation as txt (originally in md)
This commit is contained in:
parent
e2fc57ac24
commit
652c35322b
@ -421,7 +421,7 @@ const ChatPanel: FC = observer(() => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
OpenSaveFileDialog('*.md', 'conversation.md', savedContent).then((path) => {
|
OpenSaveFileDialog('*.txt', 'conversation.txt', savedContent).then((path) => {
|
||||||
if (path)
|
if (path)
|
||||||
toastWithButton(t('Conversation Saved'), t('Open'), () => {
|
toastWithButton(t('Conversation Saved'), t('Open'), () => {
|
||||||
OpenFileFolder(path, false);
|
OpenFileFolder(path, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user