record-row: Add SMS action

Add a menu entry in the history popover to open the default "sms" URI
handler.

Closes: #182
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-07-23 15:28:17 +02:00
parent 01f3757ce1
commit 757351b39c
2 changed files with 46 additions and 1 deletions

View File

@@ -113,6 +113,11 @@
<attribute name="action">new-contact</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Send SMS</attribute>
<attribute name="action">new-sms</attribute>
<attribute name="hidden-when">action-disabled</attribute>
</item>
</section>
</menu>
</interface>