Skip to content

Commit

Permalink
Add missing minimize button
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Jan 31, 2024
1 parent 740d807 commit 9a7a0f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LegendaryGameController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public override void Install(InstallActionArgs args)
window = playniteAPI.Dialogs.CreateWindow(new WindowCreationOptions
{
ShowMaximizeButton = false,
ShowMinimizeButton = false
});
}
else
Expand Down

0 comments on commit 9a7a0f0

Please sign in to comment.