shabados / presenter

Desktop app for presenting the Shabad OS Database on projectors, TVs, and live streams

Home Page:https://shabados.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version number on splashscreen not working

saihaj opened this issue · comments

Describe the bug
Splashscreen used to show version number (see #590 for details) but in #652 electron was updated and remote method was deprecated. So we need to replace this usage.

const electron = require( 'electron' )
const { globals: { version } } = electron.remote.getCurrentWindow();
document.getElementById('start-message').innerHTML = `Starting v${version}`

Screenshots
image

Specs

  • Device: MacOS
  • Version 2.11.0

#674 fixed this
CleanShot 2024-01-06 at 11 01 06@2x