mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -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,
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user