Skip to content

Commit

Permalink
Add Pop'n line icons
Browse files Browse the repository at this point in the history
  • Loading branch information
RedPanda4552 committed Jan 2, 2024
1 parent 9cb9617 commit a310cc9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/ControllerBindingWidgets.cpp
Expand Up @@ -914,7 +914,7 @@ ControllerBindingWidget_Popn::~ControllerBindingWidget_Popn()

QIcon ControllerBindingWidget_Popn::getIcon() const
{
return QIcon::fromTheme("controller-line");
return QIcon::fromTheme("Popn-line");
}

ControllerBindingWidget_Base* ControllerBindingWidget_Popn::createInstance(ControllerBindingWidget* parent)
Expand Down
20 changes: 20 additions & 0 deletions pcsx2-qt/resources/icons/black/svg/Popn-line.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions pcsx2-qt/resources/icons/white/svg/Popn-line.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions pcsx2-qt/resources/resources.qrc
Expand Up @@ -68,6 +68,7 @@
<file>icons/black/svg/pause-line.svg</file>
<file>icons/black/svg/play-line.svg</file>
<file>icons/black/svg/plus-line.svg</file>
<file>icons/black/svg/Popn-line.svg</file>
<file>icons/black/svg/price-tag-3-line.svg</file>
<file>icons/black/svg/printer-line.svg</file>
<file>icons/black/svg/refresh-line.svg</file>
Expand Down Expand Up @@ -161,6 +162,7 @@
<file>icons/white/svg/pause-line.svg</file>
<file>icons/white/svg/play-line.svg</file>
<file>icons/white/svg/plus-line.svg</file>
<file>icons/white/svg/Popn-line.svg</file>
<file>icons/white/svg/price-tag-3-line.svg</file>
<file>icons/white/svg/printer-line.svg</file>
<file>icons/white/svg/refresh-line.svg</file>
Expand Down

0 comments on commit a310cc9

Please sign in to comment.