Browse Source

0.5.12

0.5.12
pull/1074/head
Ramiro Saenz 8 years ago committed by GitHub
parent
commit
d269740a76
  1. 2
      app/package.json
  2. 2
      app/view/main/MainController.js
  3. 2
      appveyor.yml

2
app/package.json

@ -1,7 +1,7 @@
{
"name": "Rambox",
"productName": "Rambox",
"version": "0.5.11",
"version": "0.5.12",
"description": "Rambox",
"main": "electron/main.js",
"private": true,

2
app/view/main/MainController.js

@ -236,6 +236,8 @@ Ext.define('Rambox.view.main.MainController', {
// Get Tab
var tab = Ext.getCmp('tab_'+serviceId);
if ( !tab ) return; // Skip disabled services
// Mute sounds
tab.setAudioMuted(btn.pressed ? true : tab.record.get('muted'), true);

2
appveyor.yml

@ -1,4 +1,4 @@
version: 0.5.11
version: 0.5.12
pull_requests:
do_not_increment_build_number: true
branches:

Loading…
Cancel
Save