mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use layers and boxes from lib_ui.
This commit is contained in:
@@ -360,7 +360,7 @@ void PwdCheckWidget::submit() {
|
||||
});
|
||||
|
||||
if (_notEmptyPassport) {
|
||||
const auto box = std::make_shared<QPointer<BoxContent>>();
|
||||
const auto box = std::make_shared<QPointer<Ui::BoxContent>>();
|
||||
const auto confirmed = [=] {
|
||||
send();
|
||||
if (*box) {
|
||||
|
Reference in New Issue
Block a user