Skip to content

Commit

Permalink
Replace background .png with background .webp
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper committed Apr 20, 2024
1 parent bdd7e1b commit d2452e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/QtSources/mainStyleSheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ QComboBox::down-arrow, QSpinBox::down-arrow, QTimeEdit::down-arrow, QDateEdit::d

LoadDialog, LaunchWidget, CreationDialog
{
background-image: url(Resources/Icons/StartMenuBackground.png);
background-image: url(Resources/Icons/StartMenuBackground.webp);
background-color: black;
}

Expand Down
Binary file added src/GUI/icons/StartMenuBackground.webp
Binary file not shown.

0 comments on commit d2452e8

Please sign in to comment.