mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 02:42:08 +00:00
feature add function for web to get the machine storage space.
This commit is contained in:
@@ -4853,8 +4853,9 @@ void GUI_App::check_new_version_sf(bool show_tips, bool by_user)
|
||||
|
||||
Semver server_version = get_version(version_info.version_str, matcher);
|
||||
|
||||
if (current_version >= server_version && by_user) {
|
||||
this->no_new_version();
|
||||
if (current_version >= server_version) {
|
||||
if(by_user)
|
||||
this->no_new_version();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user