Added delete chat option in secondary menu

This commit is contained in:
jeffser
2024-08-05 13:50:42 -06:00
parent 2dc24ab945
commit 7f5894b274
2 changed files with 6 additions and 1 deletions

View File

@@ -1054,6 +1054,10 @@ By downloading any model you accept their license agreement available on the mod
</section>
</menu>
<menu id="secondary_menu">
<item>
<attribute name="label" translatable="yes">Delete Chat</attribute>
<attribute name="action">app.delete_current_chat</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Rename Chat</attribute>
<attribute name="action">app.rename_current_chat</attribute>