Skip to content

Commit

Permalink
Pull request: AG-4184 Fix custom filter description update
Browse files Browse the repository at this point in the history
Merge in EXTENSIONS/safari-app-extension from fix/AG-4184 to master

* commit '9ae0a5b3fb3e02543e7b77ae913917ab0baaa7c8':
  fixed custom filters description update
  • Loading branch information
Oleg Labudko committed Sep 21, 2020
2 parents 0c21d24 + 9ae0a5b commit 0127db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ElectronMainApp/src/main/app/filters/custom-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ module.exports = (function () {
if (f.customUrl === customFilter.customUrl) {
f.name = filter.name;
f.version = filter.version;
f.description = filter.description;
f.timeUpdated = new Date().toString();
f.lastUpdateTime = f.timeUpdated;
f.trusted = customFilter.trusted;
Expand Down

0 comments on commit 0127db4

Please sign in to comment.