Skip to content

Commit

Permalink
do not change colored dark toolbars to monochrome (mpc-hc#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
adipose authored and clsid2 committed Jan 4, 2020
1 parent fdbb5d4 commit e26908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpc-hc/PlayerToolBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void CPlayerToolBar::LoadToolbarImage()
if (toolbarImageLoaded || (!AfxGetAppSettings().bUseLegacyToolbar && SUCCEEDED(SVGImage::Load(IDF_SVG_TOOLBAR, image, dpiScaling * defaultToolbarScaling)))) {
origImage = image;
const CAppSettings& s = AfxGetAppSettings();
if (s.bMPCThemeLoaded) {
if (s.bMPCThemeLoaded && colorToolbar==false) {
ImageGrayer::UpdateColor(image, themedImage, false, ImageGrayer::mpcMono);
image = themedImage;
}
Expand Down

0 comments on commit e26908c

Please sign in to comment.