mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix build with Xcode.
This commit is contained in:
parent
88c7b16b44
commit
ae26c781c1
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ struct Feature {
|
|||
return {
|
||||
.icon = st::storiesStealthFeaturePastIcon,
|
||||
.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 {
|
||||
.icon = st::storiesStealthFeatureNextIcon,
|
||||
.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…
Add table
Reference in a new issue