mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 16:58:07 +00:00
Remove unneeded Qt::WA_InputMethodEnabled
The widget already had it
This commit is contained in:
@@ -240,8 +240,6 @@ Widget::Widget(
|
||||
: nullptr)
|
||||
, _searchTimer([=] { searchMessages(); })
|
||||
, _singleMessageSearch(&controller->session()) {
|
||||
setAttribute(Qt::WA_InputMethodEnabled);
|
||||
|
||||
const auto makeChildListShown = [](PeerId peerId, float64 shown) {
|
||||
return InnerWidget::ChildListShown{ peerId, shown };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user