Skip to content

Commit

Permalink
added a singular line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Malware committed Jan 4, 2024
1 parent 0349019 commit 653e906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sploder",
"version": "4.0.3",
"version": "4.0.4",
"author": "Saptarshi",
"description": "Sploder Launcher",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/local/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</div>
</div>
<div class="window-body" style="width: 100%; height: 100%; margin-left: 3px; margin-top:0px;">
<iframe id="content-frame" onload="online();" src="https://sploder.us.to/play.php?v=403&platform=windows">
<iframe id="content-frame" onload="online();" src="https://sploder.us.to/play.php?v=404&platform=windows">
</iframe>

</div>
Expand Down
4 changes: 2 additions & 2 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function createWindow() {

}
);

win.setMenu(null);
win.maximize();
if(isDev){
win.openDevTools();
Expand Down Expand Up @@ -112,4 +112,4 @@ rpc.on('ready', () => {
}, 15e3);
});

rpc.login({ clientId }).catch(console.error);
rpc.login({ clientId }).catch();

0 comments on commit 653e906

Please sign in to comment.