mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Beta version 3.5.3: Fix build with Xcode.
This commit is contained in:
parent
6decece009
commit
5cacf8a8af
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ void PanelController::editWithUpload(int index, int documentIndex) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PanelController::readScanError(ReadScanError error) {
|
void PanelController::readScanError(ReadScanError error) {
|
||||||
show(Ui::MakeInformBox([&] {
|
show(Ui::MakeInformBox([&]() -> rpl::producer<QString> {
|
||||||
switch (error) {
|
switch (error) {
|
||||||
case ReadScanError::FileTooLarge:
|
case ReadScanError::FileTooLarge:
|
||||||
return tr::lng_passport_error_too_large();
|
return tr::lng_passport_error_too_large();
|
||||||
|
|
Loading…
Add table
Reference in a new issue