mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(js) Don't show progress indicator in dry mode
This commit is contained in:
@@ -304,7 +304,8 @@
|
||||
AddressBook.prototype.$filter = function(search, options, excludedCards) {
|
||||
var _this = this;
|
||||
|
||||
this.$isLoading = true;
|
||||
if (!options || !options.dry)
|
||||
this.$isLoading = true;
|
||||
|
||||
return AddressBook.$Preferences.ready().then(function() {
|
||||
if (options) {
|
||||
|
||||
Reference in New Issue
Block a user