Skip to content

Commit

Permalink
Merge pull request #479 from jellyfin/master
Browse files Browse the repository at this point in the history
Trigger prerelease test build.
  • Loading branch information
iwalton3 authored Aug 20, 2023
2 parents bc0ec5a + 477ddc5 commit a0230a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/KonvergoWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ QRect KonvergoWindow::loadGeometry()
}
else
{
if (myScreen)
nsize = myScreen->geometry();

setGeometry(nsize);
if (SettingsComponent::Get().value(SETTINGS_SECTION_STATE, "maximized").toBool())
setVisibility(QWindow::Maximized);
Expand Down

0 comments on commit a0230a3

Please sign in to comment.