1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 02:55:55 +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

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'));
},