mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Fix build with Xcode.
This commit is contained in:
parent
88c7b16b44
commit
ae26c781c1
@ -138,7 +138,7 @@ struct Feature {
|
|||||||
return {
|
return {
|
||||||
.icon = st::storiesStealthFeaturePastIcon,
|
.icon = st::storiesStealthFeaturePastIcon,
|
||||||
.title = tr::lng_stealth_mode_past_title(tr::now),
|
.title = tr::lng_stealth_mode_past_title(tr::now),
|
||||||
.about = tr::lng_stealth_mode_past_about(tr::now),
|
.about = { tr::lng_stealth_mode_past_about(tr::now) },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ struct Feature {
|
|||||||
return {
|
return {
|
||||||
.icon = st::storiesStealthFeatureNextIcon,
|
.icon = st::storiesStealthFeatureNextIcon,
|
||||||
.title = tr::lng_stealth_mode_next_title(tr::now),
|
.title = tr::lng_stealth_mode_next_title(tr::now),
|
||||||
.about = tr::lng_stealth_mode_next_about(tr::now),
|
.about = { tr::lng_stealth_mode_next_about(tr::now) },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user