fix(window): match caption icon to taskbar logo
This commit is contained in:
@@ -268,7 +268,7 @@ void WindowManager::applyNativeIcons()
|
||||
destroyNativeIcons();
|
||||
const HWND hwnd = glfwGetWin32Window(window_);
|
||||
const auto asset_dir = std::filesystem::path(GITREE_IMAGE_ASSET_DIR);
|
||||
window_icon_ = loadPngIcon(asset_dir / L"gitree_logo_no_bg.png", 32, false);
|
||||
window_icon_ = loadPngIcon(asset_dir / L"gitree_logo.png", 32, true);
|
||||
taskbar_icon_ = loadPngIcon(asset_dir / L"gitree_logo.png", 64, true);
|
||||
|
||||
if (window_icon_)
|
||||
|
||||
Reference in New Issue
Block a user