2
0
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:
John Preston
2018-06-02 17:27:25 +03:00
parent a29e8f9a06
commit 18f38f0983
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
});