diff --git a/Source/Core/DolphinQt/HotkeyScheduler.cpp b/Source/Core/DolphinQt/HotkeyScheduler.cpp index 1fa4919ec7..4983634b64 100644 --- a/Source/Core/DolphinQt/HotkeyScheduler.cpp +++ b/Source/Core/DolphinQt/HotkeyScheduler.cpp @@ -302,8 +302,7 @@ void HotkeyScheduler::Run() OSD::AddMessage(std::string("Volume: ") + (SConfig::GetInstance().m_IsMuted ? "Muted" : - std::to_string(SConfig::GetInstance().m_Volume)) + - "%"); + std::to_string(SConfig::GetInstance().m_Volume) + "%")); }; // Volume