add gcodeviewer
This commit is contained in:
parent
ce0beabb43
commit
07bdb5fbe3
2 changed files with 1 additions and 1 deletions
BIN
resources/icons/PrusaSlicer-gcodeviewer-mac-128px.png
Normal file
BIN
resources/icons/PrusaSlicer-gcodeviewer-mac-128px.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
|
@ -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__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue