Merge pull request #2030 from Bilb/fix-netwokr-switching

fix ringing sound for in release builds
pull/2031/head
Audric Ackermann 3 years ago committed by GitHub
commit a2f6d8c3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -314,6 +314,7 @@
"certificates/**",
"images/**",
"fonts/*",
"sound/*",
"build/assets",
"node_modules/**",
"!node_modules/emoji-panel/dist/*",

@ -1,4 +1,4 @@
const sound = './fixtures/ringing.mp3';
const sound = './sound/ringing.mp3';
let currentlyRinging = false;

Loading…
Cancel
Save