mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Merge pull request #8938 from Atlante45/splash
Disable console splash screen
This commit is contained in:
commit
614956a86b
1 changed files with 2 additions and 1 deletions
|
@ -812,7 +812,8 @@ for (var key in trayIcons) {
|
||||||
const notificationIcon = path.join(__dirname, '../resources/console-notification.png');
|
const notificationIcon = path.join(__dirname, '../resources/console-notification.png');
|
||||||
|
|
||||||
function onContentLoaded() {
|
function onContentLoaded() {
|
||||||
maybeShowSplash();
|
// Disable splash window for now.
|
||||||
|
// maybeShowSplash();
|
||||||
|
|
||||||
if (buildInfo.releaseType == 'PRODUCTION') {
|
if (buildInfo.releaseType == 'PRODUCTION') {
|
||||||
var currentVersion = null;
|
var currentVersion = null;
|
||||||
|
|
Loading…
Reference in a new issue