Initial clean project import
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import contextMenu from "electron-context-menu";
|
||||
|
||||
const init = () => {
|
||||
contextMenu({
|
||||
showSaveImageAs: false,
|
||||
showCopyLink: false,
|
||||
showCopyImage: false,
|
||||
showSelectAll: false,
|
||||
showInspectElement: false,
|
||||
showSearchWithGoogle: false,
|
||||
showLookUpSelection: false,
|
||||
});
|
||||
};
|
||||
|
||||
export const ConfigContextMenu = {
|
||||
init,
|
||||
};
|
||||
Reference in New Issue
Block a user