Fix missing window icon on macOS

This commit is contained in:
2026-04-04 16:45:19 +03:00
parent 2fc95bdf57
commit b99c8ddda7
4 changed files with 5 additions and 3 deletions

View File

@@ -654,7 +654,7 @@ Window* Editor::CreateMainWindow()
PROFILE_MEM(Editor);
Window* window = Managed->GetMainWindow();
#if PLATFORM_LINUX
#if PLATFORM_LINUX || PLATFORM_MAC
// Set window icon
const String iconPath = Globals::BinariesFolder / TEXT("Logo.png");
if (FileSystem::FileExists(iconPath))