mirror of
https://github.com/tcsenpai/swingmusic-desktop.git
synced 2025-06-07 03:35:32 +00:00
added userAgent
This commit is contained in:
parent
737f8bff66
commit
e3bb0742a4
2
main.js
2
main.js
@ -18,7 +18,7 @@ function createWindow () {
|
|||||||
|
|
||||||
// Testing some env variables
|
// Testing some env variables
|
||||||
mainWindow.setMenuBarVisibility(false)
|
mainWindow.setMenuBarVisibility(false)
|
||||||
mainWindow.loadURL("http://localhost:1970")
|
mainWindow.loadURL("http://localhost:1970", {userAgent: 'swingmusic-desktop'})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user