mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed notification tray icon for windows builds.
This commit is contained in:
parent
0e71527cbc
commit
be1d51c5f7
@ -18,6 +18,8 @@
|
||||
* fixed a bug where user may be unable to nativate to the lyrics view
|
||||
* fixed a low-level bug that could prevent layout update events from
|
||||
propagating up the view hierarchy.
|
||||
* fixed a bug where the notification tray icon was not drawing properly on
|
||||
windows builds.
|
||||
|
||||
0.96.7
|
||||
|
||||
|
@ -143,7 +143,7 @@ int main(int argc, char* argv[]) {
|
||||
App app("musikcube"); /* must be before layout creation */
|
||||
|
||||
#ifdef WIN32
|
||||
//app.SetIcon(IDI_ICON1);
|
||||
app.SetIcon(IDI_ICON1);
|
||||
app.SetSingleInstanceId("musikcube");
|
||||
#endif
|
||||
|
||||
|
@ -132,7 +132,6 @@ static void restoreFromTray(HWND hwnd) {
|
||||
Shell_NotifyIcon(NIM_DELETE, trayIcon.get());
|
||||
minimizedToTray = false;
|
||||
ShowWindow(hwnd, SW_SHOWNORMAL);
|
||||
|
||||
}
|
||||
|
||||
static void resetMutex() {
|
||||
|
Loading…
Reference in New Issue
Block a user