We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9106d9c commit 636f121Copy full SHA for 636f121
SerialPrograms/Source/CommonFramework/Windows/ButtonDiagram.cpp
@@ -34,7 +34,7 @@ ButtonDiagram::ButtonDiagram(QWidget* parent)
34
connect(
35
pro_controller, &QMenu::aboutToShow,
36
this, [this](){
37
- set_image("/NintendoSwitch/Layout-ProController.jpg");
+ set_image("/NintendoSwitch/Layout-ProController.png");
38
}
39
);
40
0 commit comments