mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix search by recently used hashtags.
This commit is contained in:
@@ -307,7 +307,9 @@ Widget::Widget(
|
||||
QObject::connect(
|
||||
_filter->rawTextEdit().get(),
|
||||
&QTextEdit::cursorPositionChanged,
|
||||
[=] { filterCursorMoved(); });
|
||||
this,
|
||||
[=] { filterCursorMoved(); },
|
||||
Qt::QueuedConnection); // So getLastText() works already.
|
||||
|
||||
if (!Core::UpdaterDisabled()) {
|
||||
Core::UpdateChecker checker;
|
||||
|
||||
Reference in New Issue
Block a user