mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Remove twidget header.
This commit is contained in:
@@ -539,7 +539,7 @@ void ConfirmContactBox::prepare() {
|
||||
_contact->initDimensions();
|
||||
|
||||
_submit = [=, original = std::move(_submit)](Qt::KeyboardModifiers m) {
|
||||
const auto weak = make_weak(this);
|
||||
const auto weak = Ui::MakeWeak(this);
|
||||
original(m);
|
||||
if (weak) {
|
||||
closeBox();
|
||||
|
Reference in New Issue
Block a user