mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Fixed phrase translate of option for native window frame.
This commit is contained in:
parent
acce671eb0
commit
fc3a9d98c0
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void SetupTrayContent(not_null<Ui::VerticalLayout*> container) {
|
|||
|
||||
if (Platform::AllowNativeWindowFrameToggle()) {
|
||||
const auto nativeFrame = addCheckbox(
|
||||
"Use system window frame",
|
||||
tr::lng_settings_native_frame(tr::now),
|
||||
Core::App().settings().nativeWindowFrame());
|
||||
|
||||
nativeFrame->checkedChanges(
|
||||
|
|
Loading…
Add table
Reference in a new issue