fix typo
This commit is contained in:
parent
bb43a486d9
commit
5c853ca487
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ void cfg_save()
|
|||
if (!g_config.save_settings)
|
||||
return;
|
||||
|
||||
/* Do not save settings while macOS maxmize is active */
|
||||
/* Do not save settings while macOS maximize is active */
|
||||
if (IsMacOS() && !g_config.window_rect.left && !g_config.window_rect.top)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue