diff --git a/src/widgets/dialogs/EmotePopup.cpp b/src/widgets/dialogs/EmotePopup.cpp index 72b04ee4c..8126830cc 100644 --- a/src/widgets/dialogs/EmotePopup.cpp +++ b/src/widgets/dialogs/EmotePopup.cpp @@ -114,7 +114,7 @@ namespace { EmotePopup::EmotePopup(QWidget *parent) : BasePopup(BaseWindow::EnableCustomFrame, parent) { - this->moveTo(this, getApp()->windows->emotePopupPos()); + this->moveTo(this, getApp()->windows->emotePopupPos(), false); auto layout = new QVBoxLayout(this); this->getLayoutContainer()->setLayout(layout);