mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: remove placeholder '0' in version display
Change-Id: I6c0ffdd229a630a48a676c12a8f124f7a6e39f09
This commit is contained in:
parent
99eee4a2d6
commit
e22115bf9c
3 changed files with 29 additions and 6 deletions
|
@ -266,6 +266,7 @@ private:
|
|||
std::shared_ptr<UpgradeNetworkJob> m_upgrade_network_job;
|
||||
|
||||
VersionInfo version_info;
|
||||
static std::string version_display;
|
||||
HMSQuery *hms_query { nullptr };
|
||||
|
||||
boost::thread m_sync_update_thread;
|
||||
|
@ -397,6 +398,7 @@ public:
|
|||
void enter_force_upgrade();
|
||||
void set_skip_version(bool skip = true);
|
||||
void no_new_version();
|
||||
static std::string format_display_version();
|
||||
void show_dialog(wxString msg);
|
||||
void reload_settings();
|
||||
void remove_user_presets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue