1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

* remove users/filters toolbar edit button (just click on it)

* fix title of edit filter dialog always showing create filter
This commit is contained in:
Andrew Dolgov
2021-02-14 15:38:45 +03:00
parent a8cc43a0ff
commit 0fbf109912
5 changed files with 1 additions and 39 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ const Filters = {
try {
const dialog = new fox.SingleUseDialog({
id: "filterEditDlg",
title: __("Create Filter"),
title: id ? __("Edit Filter") : __("Create Filter"),
test: function () {
Filters.test(this.attr('value'));
},