mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Add emoji autocomplete to all fields.
This commit is contained in:
@@ -578,9 +578,7 @@ void SetupDataStorage(not_null<Ui::VerticalLayout*> container) {
|
||||
)->toggleOn(rpl::single(Global::AskDownloadPath()));
|
||||
|
||||
#ifndef OS_WIN_STORE
|
||||
const auto showpath = Ui::AttachAsChild(
|
||||
ask,
|
||||
rpl::event_stream<bool>());
|
||||
const auto showpath = Ui::CreateChild<rpl::event_stream<bool>>(ask);
|
||||
const auto path = container->add(
|
||||
object_ptr<Ui::SlideWrap<Button>>(
|
||||
container,
|
||||
|
Reference in New Issue
Block a user