mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Fixed phrase translate of option for native window frame.
This commit is contained in:
@@ -410,7 +410,7 @@ void SetupTrayContent(not_null<Ui::VerticalLayout*> container) {
|
|||||||
|
|
||||||
if (Platform::AllowNativeWindowFrameToggle()) {
|
if (Platform::AllowNativeWindowFrameToggle()) {
|
||||||
const auto nativeFrame = addCheckbox(
|
const auto nativeFrame = addCheckbox(
|
||||||
"Use system window frame",
|
tr::lng_settings_native_frame(tr::now),
|
||||||
Core::App().settings().nativeWindowFrame());
|
Core::App().settings().nativeWindowFrame());
|
||||||
|
|
||||||
nativeFrame->checkedChanges(
|
nativeFrame->checkedChanges(
|
||||||
|
Reference in New Issue
Block a user