mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:25:46 -04:00
CommonHost: Default escape to opening pause menu
This commit is contained in:
@ -538,7 +538,7 @@ void MainWindow::onSystemDestroyed()
|
||||
// update UI
|
||||
{
|
||||
QSignalBlocker sb(m_ui.actionPause);
|
||||
m_ui.actionPause->setChecked(true);
|
||||
m_ui.actionPause->setChecked(false);
|
||||
}
|
||||
|
||||
s_system_valid = false;
|
||||
|
Reference in New Issue
Block a user