ontime icon indicating copy to clipboard operation
ontime copied to clipboard

Mac menu shortcuts

Open cpvalente opened this issue 1 year ago • 0 comments

In MacOS we provide quick shortcuts for the application views These shortcuts assume that the app is being hosted on port 4001

https://github.com/cpvalente/ontime/blob/master/apps/electron/src/menu/applicationMenu.js#L66

The issue task is to ensure that the menu links consider the application running port The data is already available in the main module, but not in the scope of the menu call

cpvalente avatar Apr 06 '24 15:04 cpvalente