NowPlaying.dll: Changed OpenPlayer bang to always start foobar2000 activated (non-minimized)

This commit is contained in:
Birunthan Mohanathas
2012-04-04 15:21:02 +03:00
parent 775d5c2a39
commit 1def58618c
2 changed files with 20 additions and 3 deletions

View File

@ -60,6 +60,7 @@ private:
HWND m_PlayerWindow;
std::wstring m_PlayerPath;
bool m_ExtendedAPI;
bool m_Open;
};
#endif