add gcodeviewer

This commit is contained in:
Jason Scurtu 2021-09-03 12:08:24 +02:00 committed by Lukáš Matěna
parent ce0beabb43
commit 07bdb5fbe3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

(image error) Size: 12 KiB

View file

@ -146,7 +146,7 @@ DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_S
break; break;
case GUI_App::EAppMode::GCodeViewer: case GUI_App::EAppMode::GCodeViewer:
m_taskbar_icon = std::make_unique<GCodeViewerTaskBarIcon>(wxTBI_DOCK); m_taskbar_icon = std::make_unique<GCodeViewerTaskBarIcon>(wxTBI_DOCK);
m_taskbar_icon->SetIcon(wxIcon(Slic3r::var("PrusaSlicer-gcodeviewer_128px.png"), wxBITMAP_TYPE_PNG), "G-code Viewer"); m_taskbar_icon->SetIcon(wxIcon(Slic3r::var("PrusaSlicer-gcodeviewer-mac-128px.png"), wxBITMAP_TYPE_PNG), "G-code Viewer");
break; break;
} }
#endif // __APPLE__ #endif // __APPLE__