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:
@@ -290,7 +290,7 @@ void Calls::setupContent() {
|
||||
Platform::SystemSettingsType::Audio);
|
||||
if (!opened) {
|
||||
_controller->show(
|
||||
Box<InformBox>(tr::lng_linux_no_audio_prefs(tr::now)));
|
||||
Box<Ui::InformBox>(tr::lng_linux_no_audio_prefs(tr::now)));
|
||||
}
|
||||
});
|
||||
|
||||
@@ -322,7 +322,7 @@ void Calls::requestPermissionAndStartTestingMicrophone() {
|
||||
Platform::PermissionType::Microphone);
|
||||
Ui::hideLayer();
|
||||
};
|
||||
_controller->show(Box<ConfirmBox>(
|
||||
_controller->show(Box<Ui::ConfirmBox>(
|
||||
tr::lng_no_mic_permission(tr::now),
|
||||
tr::lng_menu_settings(tr::now),
|
||||
showSystemSettings));
|
||||
|
Reference in New Issue
Block a user