Skip to content

Commit 653e906

Browse files
author
Malware
committed
added a singular line of code
1 parent 0349019 commit 653e906

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sploder",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"author": "Saptarshi",
55
"description": "Sploder Launcher",
66
"license": "MIT",

src/local/start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</div>
150150
</div>
151151
<div class="window-body" style="width: 100%; height: 100%; margin-left: 3px; margin-top:0px;">
152-
<iframe id="content-frame" onload="online();" src="https://sploder.us.to/play.php?v=403&platform=windows">
152+
<iframe id="content-frame" onload="online();" src="https://sploder.us.to/play.php?v=404&platform=windows">
153153
</iframe>
154154

155155
</div>

src/main/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function createWindow() {
4444

4545
}
4646
);
47-
47+
win.setMenu(null);
4848
win.maximize();
4949
if(isDev){
5050
win.openDevTools();
@@ -112,4 +112,4 @@ rpc.on('ready', () => {
112112
}, 15e3);
113113
});
114114

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

0 commit comments

Comments
 (0)