mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
window.mode = 'open-url-with';
|
|
|
|
const { remote } = require('electron');
|
|
const contextMenu = require('electron-context-menu');
|
|
|
|
contextMenu({
|
|
window: remote.getCurrentWindow(),
|
|
});
|