mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 21:33:54 +02:00
Disable console splash screen
This commit is contained in:
parent
b0b950e132
commit
4cb1d75ca4
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');
|
||||
|
||||
function onContentLoaded() {
|
||||
maybeShowSplash();
|
||||
// Disable splash window for now.
|
||||
// maybeShowSplash();
|
||||
|
||||
if (buildInfo.releaseType == 'PRODUCTION') {
|
||||
var currentVersion = null;
|
||||
|
|
Loading…
Reference in a new issue