2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix build with Xcode.

This commit is contained in:
John Preston
2023-02-27 22:05:10 +04:00
parent ce0e07d332
commit a01f74ecdc
3 changed files with 6 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ void PowerSavingBox(not_null<Ui::GenericBox*> box) {
disabler->setClickedCallback([=] {
Ui::ShowMultilineToast({
.parentOverride = container,
.text = tr::lng_settings_power_turn_off(tr::now),
.text = { tr::lng_settings_power_turn_off(tr::now) },
.duration = kForceDisableTooltipDuration,
});
});