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

Show version number in splash screen again #674

Closed ManpreetSL closed 1 year ago

ManpreetSL commented 1 year ago

Due to an Electron update (in #652), the current method of fetching and displaying the version number (see #590) no longer works.

This PR rectifies this issue by using the new @electron/remote package in place of the deprecated remote method of the electron package.

Fixes issue described in #660.