Added SVG-file for G-CodeViewer logo

This commit is contained in:
YuSanka 2021-10-07 11:49:34 +02:00
parent 34f5dde024
commit 68fd37b300
7 changed files with 79 additions and 5 deletions

View file

@ -166,6 +166,7 @@ public:
bool is_editor() const { return m_app_mode == EAppMode::Editor; }
bool is_gcode_viewer() const { return m_app_mode == EAppMode::GCodeViewer; }
bool is_recreating_gui() const { return m_is_recreating_gui; }
std::string logo_name() const { return is_editor() ? "PrusaSlicer" : "PrusaSlicer-gcodeviewer"; }
// To be called after the GUI is fully built up.
// Process command line parameters cached in this->init_params,