Skip to content

Commit

Permalink
Fix blurry application icon on Windows. Closes: #863.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed May 2, 2019
1 parent 2b6471e commit 6de6e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libaudgui/init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ EXPORT void audgui_init ()
hook_associate ("playlist set playing", playlist_set_playing_cb, nullptr);
hook_associate ("playlist position", playlist_position_cb, nullptr);

#ifndef _WIN32
gtk_window_set_default_icon_name ("audacious");
#endif
}

EXPORT void audgui_cleanup ()
Expand Down

0 comments on commit 6de6e65

Please sign in to comment.