mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
For the builds with a label assigned (no commit after the label),
show just the label in the application title. For Win32, add the " 32 bit" indicator, so that we may see clearly if somebody is running a 32bit build on 64bit windows by a mistake.
This commit is contained in:
parent
a430ff546e
commit
34588f365d
2 changed files with 17 additions and 4 deletions
|
@ -96,7 +96,7 @@ protected:
|
|||
|
||||
public:
|
||||
MainFrame();
|
||||
~MainFrame();
|
||||
~MainFrame() = default;
|
||||
|
||||
Plater* plater() { return m_plater; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue