refs #860 Show a menu item for save image in context menu
This commit is contained in:
parent
56b687020f
commit
a4b57dcfd2
|
@ -38,7 +38,10 @@ import { UnreadNotification as UnreadNotificationConfig } from '~/src/types/unre
|
|||
/**
|
||||
* Context menu
|
||||
*/
|
||||
ContextMenu()
|
||||
ContextMenu({
|
||||
showCopyImageAddress: true,
|
||||
showSaveImageAs: true
|
||||
})
|
||||
|
||||
/**
|
||||
* Set log level
|
||||
|
|
Loading…
Reference in New Issue