mirror of https://github.com/procxx/kepka.git
Improve edit filter phrases.
This commit is contained in:
parent
4b8a42fafd
commit
a13042ac6a
|
@ -2274,9 +2274,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
"lng_filters_type_groups" = "Groups";
|
||||
"lng_filters_type_channels" = "Channels";
|
||||
"lng_filters_type_bots" = "Bots";
|
||||
"lng_filters_type_no_archived" = "No Archived";
|
||||
"lng_filters_type_no_muted" = "No Muted";
|
||||
"lng_filters_type_no_read" = "No Read";
|
||||
"lng_filters_type_no_archived" = "Archived";
|
||||
"lng_filters_type_no_muted" = "Muted";
|
||||
"lng_filters_type_no_read" = "Read";
|
||||
|
||||
// Wnd specific
|
||||
|
||||
|
|
|
@ -44,8 +44,8 @@ constexpr auto kAllTypes = {
|
|||
Flag::Channels,
|
||||
Flag::Bots,
|
||||
Flag::NoMuted,
|
||||
Flag::NoRead,
|
||||
Flag::NoArchived,
|
||||
Flag::NoRead
|
||||
};
|
||||
|
||||
class FilterChatsPreview final : public Ui::RpWidget {
|
||||
|
|
|
@ -29,8 +29,8 @@ constexpr auto kAllTypes = {
|
|||
Flag::Channels,
|
||||
Flag::Bots,
|
||||
Flag::NoMuted,
|
||||
Flag::NoRead,
|
||||
Flag::NoArchived,
|
||||
Flag::NoRead
|
||||
};
|
||||
|
||||
struct RowSelectionChange {
|
||||
|
|
Loading…
Reference in New Issue