Skip to content

Commit

Permalink
Fixed background not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
peunsu committed Dec 14, 2020
1 parent 8962060 commit 645ab15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/scripts/uibinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function showMainUI(data){
refreshServerStatus()
setTimeout(() => {
document.getElementById('frameBar').style.backgroundColor = 'rgba(0, 0, 0, 0.5)'
document.body.style.backgroundImage = `url('assets/images/backgrounds/${document.body.getAttribute('bkid')}.jpg')`
document.body.style.backgroundImage = `url('assets/images/backgrounds/${document.body.getAttribute('bkid')}.png')`
$('#main').show()

const isLoggedIn = Object.keys(ConfigManager.getAuthAccounts()).length > 0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrslauncher",
"version": "2.0.1",
"version": "2.0.2",
"productName": "MRS-Launcher",
"description": "Modded Minecraft Launcher",
"author": "Xestiny (https://github.com/peunsu), Daniel Scalzi (https://github.com/dscalzi/)",
Expand Down

0 comments on commit 645ab15

Please sign in to comment.