New chat order backend system / fixed secondary menu not working if context menu was cancelled

This commit is contained in:
jeffser
2024-06-28 15:39:26 -06:00
parent 6a825f534f
commit 107ef2c3d0
3 changed files with 24 additions and 17 deletions

View File

@@ -934,11 +934,11 @@
<menu id="secondary_menu">
<item>
<attribute name="label" translatable="yes">Rename chat</attribute>
<attribute name="action">app.rename_chat</attribute>
<attribute name="action">app.rename_current_chat</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Export chat</attribute>
<attribute name="action">app.export_chat</attribute>
<attribute name="action">app.export_current_chat</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Clear chat</attribute>