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