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:
bubnikv 2020-02-06 10:17:02 +01:00
parent a430ff546e
commit 34588f365d
2 changed files with 17 additions and 4 deletions

View file

@ -96,7 +96,7 @@ protected:
public:
MainFrame();
~MainFrame();
~MainFrame() = default;
Plater* plater() { return m_plater; }