Design: bring back the old startup sound

Talked about it w @feross, the new one sounds kind of like an error or warning
This commit is contained in:
DC
2016-09-23 03:44:52 -07:00
parent 85d04f931b
commit 24fe033e2f
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ const sounds = {
},
STARTUP: {
url: 'file://' + path.join(config.STATIC_PATH, 'sound', 'startup.wav'),
volume: VOLUME * 2
volume: VOLUME
}
}