File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Sploder" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "author" : " Saptarshi" ,
55 "description" : " Sploder Launcher" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments