mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +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) {
|
||||
show(Ui::MakeInformBox([&] {
|
||||
show(Ui::MakeInformBox([&]() -> rpl::producer<QString> {
|
||||
switch (error) {
|
||||
case ReadScanError::FileTooLarge:
|
||||
return tr::lng_passport_error_too_large();
|
||||
|
Reference in New Issue
Block a user