updated context menu caption
This commit is contained in:
parent
6c06e9f42c
commit
e9f578819f
@ -1,7 +1,7 @@
|
|||||||
-- context menu to manually fix rotation
|
-- context menu to manually fix rotation
|
||||||
function onLoad()
|
function onLoad()
|
||||||
self.addContextMenuItem("Rotate Preview", rotatePreview)
|
self.addContextMenuItem("Rotate Preview", rotatePreview)
|
||||||
self.addContextMenuItem("Rotate Card + Preview", rotateSelfAndPreview)
|
self.addContextMenuItem("Rotate Card+Preview", rotateSelfAndPreview)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- rotates the alt_view_angle
|
-- rotates the alt_view_angle
|
||||||
|
Loading…
Reference in New Issue
Block a user