Browse Source

On removing a service, close the msg box instead of hiding it.

pull/3202/head
TheGoddessInari 5 years ago
parent
commit
a5ec2ca298
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 2
      app/view/main/MainController.js

2
app/view/main/MainController.js

@ -168,7 +168,7 @@ Ext.define('Hamsket.view.main.MainController', {
if ( Ext.isFunction(resolve) ) resolve();
// Close waiting message
if ( total === actual ) {
Ext.Msg.hide();
Ext.Msg.close();
}
});
}

Loading…
Cancel
Save