mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 22:55:45 -04:00
Merge pull request #1657 from CookiePLMonster/savestate-ui-legend
Save State UI: Add legend showing hotkeys
This commit is contained in:
@ -1310,6 +1310,8 @@ void CommonHostInterface::UpdateHotkeyInputMap(SettingsInterface& si)
|
||||
AddButtonToInputMap(binding, device, button, hi.handler);
|
||||
}
|
||||
}
|
||||
|
||||
m_save_state_selector_ui->RefreshHotkeyLegend();
|
||||
}
|
||||
|
||||
bool CommonHostInterface::AddButtonToInputMap(const std::string& binding, const std::string_view& device,
|
||||
|
Reference in New Issue
Block a user