shabados / presenter

Desktop app for presenting the Shabad OS Database on projectors, TVs, and live streams
https://shabados.com
MIT License
18 stars 15 forks source link

fix: call electron remote module correctly #668

Closed Harjot1Singh closed 2 years ago

Harjot1Singh commented 2 years ago

Summary

As per #667, the fullscreen hotkey was no longer working in Electron. This was investigated, and is actually a regression of #613, as the release notes specify that require('electron').remote is deprecated in favour of require('@electron/remote').

This PR introduces the necessary @electron/remote package and adds the required initialisation commands to restore the original behaviour/functionality.

Linked issues

Fixes #667