5/28/2023

This commit is contained in:
Nayla Hanegan 2023-05-28 22:39:02 -04:00
commit 5162a6ed61
7 changed files with 2670 additions and 3526 deletions

View file

@ -196,5 +196,5 @@ void ToolBar::UpdateIcons()
m_config_action->setIcon(Resources::GetThemeIcon("config"));
m_controllers_action->setIcon(Resources::GetThemeIcon("classic"));
m_graphics_action->setIcon(Resources::GetThemeIcon("graphics"));
m_start_netplay_action->setIcon(Resources::GetScaledThemeIcon("wifi"));
m_start_netplay_action->setIcon(Resources::GetThemeIcon("wifi"));
}