mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Moved ConfirmBox to Ui namespace.
This commit is contained in:
@@ -104,7 +104,8 @@ void AboutBox::showVersionHistory() {
|
||||
|
||||
QGuiApplication::clipboard()->setText(url);
|
||||
|
||||
Ui::show(Box<InformBox>("The link to the current private alpha version of Telegram Desktop was copied to the clipboard."));
|
||||
Ui::show(Box<Ui::InformBox>("The link to the current private alpha "
|
||||
"version of Telegram Desktop was copied to the clipboard."));
|
||||
} else {
|
||||
UrlClickHandler::Open(Core::App().changelogLink());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user