mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-27 15:50:57 -07:00
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
window.mode = 'menubar';
|
|
|
|
const { remote } = require('electron');
|
|
const contextMenu = require('electron-context-menu');
|
|
|
|
contextMenu({
|
|
window: remote.getCurrentWindow(),
|
|
});
|