mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:35:46 -04:00
Qt: Fix saved language setting
This commit is contained in:
@ -1656,7 +1656,7 @@ void FullscreenUI::StartAutomaticBinding(u32 port)
|
||||
std::vector<std::pair<std::string, std::string>> devices(InputManager::EnumerateDevices());
|
||||
if (devices.empty())
|
||||
{
|
||||
ShowToast({}, "Automatic binding failed, no devices are available.");
|
||||
ShowToast({}, "Automatic mapping failed, no devices are available.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user