mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-08 12:43:52 +00:00
Allowed submitting filter edit box with Enter in name field.
This commit is contained in:
@@ -968,6 +968,7 @@ void EditFilterBox(
|
||||
doneCallback(*result);
|
||||
}
|
||||
};
|
||||
name->submits() | rpl::on_next(save, name->lifetime());
|
||||
|
||||
box->addButton(rpl::conditional(
|
||||
state->creating.value(),
|
||||
|
||||
Reference in New Issue
Block a user