mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
Fix for batch mode nogui (#1674)
* Don't override batch_mode to false in nogui * Update nogui_host_interface.cpp
This commit is contained in:
@ -41,9 +41,6 @@ bool NoGUIHostInterface::Initialize()
|
||||
// TODO: Make command line.
|
||||
m_fullscreen_ui_enabled = true;
|
||||
|
||||
// we're always in batch mode for now
|
||||
m_command_line_flags.batch_mode = !m_fullscreen_ui_enabled;
|
||||
|
||||
if (!CommonHostInterface::Initialize())
|
||||
return false;
|
||||
|
||||
@ -477,4 +474,4 @@ void NoGUIHostInterface::RunCallbacks()
|
||||
callback();
|
||||
lock.lock();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user