This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0
2.x 1.0.1
宇天 2019-01-31 21:32:20 +08:00
parent c5dcf47601
commit 3d2f2aa725
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sonist",
"version": "1.0.0",
"version": "1.0.1",
"description": "Music Player",
"main": "src/main.js",
"scripts": {

View File

@ -33,7 +33,7 @@ exports.createMainWindow = function(icon) {
win.on('ready-to-show', _ => {
win.show()
win.openDevTools()
// win.openDevTools()
})
return win