This commit is contained in:
FunkyFr3sh 2024-10-03 04:52:23 +02:00
parent bb43a486d9
commit 5c853ca487
2 changed files with 3 additions and 3 deletions

View file

@ -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;