Skip to content

Commit

Permalink
Merge branch 'tta'
Browse files Browse the repository at this point in the history
  • Loading branch information
Knkajfw committed Mar 28, 2020
2 parents f3c3b71 + 1d9cd07 commit e8d4558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loading-page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { ipcRenderer, shell} = require('electron');
const pldVersion = 440331;
const { ipcRenderer, shell } = require('electron');
const pldVersion = 440383;
var statusBlock = document.getElementById('status-block');
var iconLink = document.getElementById('icon-link');
var infobar = document.getElementById('top-info-bar');
Expand Down

0 comments on commit e8d4558

Please sign in to comment.