mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix build for Xcode.
This commit is contained in:
@@ -453,7 +453,7 @@ void EditScans::setupSpecialScans(std::map<SpecialFile, ScanInfo> &&files) {
|
||||
) | Info::Profile::ToUpperValue(),
|
||||
st::passportUploadButton),
|
||||
st::passportUploadButtonPadding);
|
||||
scan.upload->addClickHandler([=] {
|
||||
scan.upload->addClickHandler([=, type = type] {
|
||||
chooseSpecialScan(type);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user