Skip to content

Commit

Permalink
Merge branch 'main' into appimage-test
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 14, 2024
2 parents 5bb2959 + b69a22d commit f855311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/window/sdl/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,10 @@ bool Window::isDisplaySleepEnabled() const
void Window::minimize()
{
if (window != nullptr)
{
SDL_MinimizeWindow(window);
updateSettings(settings, true);
}
}

void Window::maximize()
Expand Down

0 comments on commit f855311

Please sign in to comment.