mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -411,7 +411,7 @@ void WrapWidget::checkBeforeClose(Fn<void()> close) {
|
||||
close();
|
||||
};
|
||||
if (_controller->canSaveChangesNow()) {
|
||||
Ui::show(Box<ConfirmBox>(
|
||||
Ui::show(Box<Ui::ConfirmBox>(
|
||||
tr::lng_settings_close_sure(tr::now),
|
||||
tr::lng_close(tr::now),
|
||||
confirmed));
|
||||
|
Reference in New Issue
Block a user