mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Beta version 3.5.3: Fix build with Xcode.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user