mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 20:56:02 +08:00
ENH: modify a tips
Change-Id: I0f25dbc1c5148c8a43a454f85a8b9ad69e943791
This commit is contained in:
parent
11162ef257
commit
ecc9dbc791
@ -100,7 +100,7 @@ void UpgradeNetworkJob::process()
|
||||
name, package_name,
|
||||
[this](int state, int percent, bool &cancel) {
|
||||
if (state == InstallStatusInstallCompleted) {
|
||||
update_status(percent, _L("Finish"));
|
||||
update_status(percent, _L("Install successfully."));
|
||||
} else {
|
||||
update_status(percent, _L("Installing"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user