mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -739,7 +739,7 @@ bool MainWindow::skipTrayClick() const {
|
||||
void MainWindow::toggleDisplayNotifyFromTray() {
|
||||
if (controller().locked()) {
|
||||
if (!isActive()) showFromTray();
|
||||
Ui::show(Box<InformBox>(tr::lng_passcode_need_unblock(tr::now)));
|
||||
Ui::show(Box<Ui::InformBox>(tr::lng_passcode_need_unblock(tr::now)));
|
||||
return;
|
||||
}
|
||||
if (!sessionController()) {
|
||||
|
Reference in New Issue
Block a user