Add copy button to history menu item context menu (#628)
Adds a Copy button to the context menu for history menu items located above the delete button in the menu. Copy only copies the result and not the entire content of the history item (equation and result). Fixes #429
This commit is contained in:
committed by
Howard Wolosky
parent
d6d5591148
commit
d68e505b04
@@ -1109,6 +1109,10 @@
|
||||
<value>Delete</value>
|
||||
<comment>Text string for the Calculator Delete swipe button in the History list</comment>
|
||||
</data>
|
||||
<data name="CopyHistoryMenuItem.Text" xml:space="preserve">
|
||||
<value>Copy</value>
|
||||
<comment>Text string for the Calculator Copy option in the History list context menu</comment>
|
||||
</data>
|
||||
<data name="DeleteHistoryMenuItem.Text" xml:space="preserve">
|
||||
<value>Delete</value>
|
||||
<comment>Text string for the Calculator Delete option in the History list context menu</comment>
|
||||
|
Reference in New Issue
Block a user