mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: [4670] Cloud disabled rating interface, displaying error prompt
Jira: STUDIO-4670 Change-Id: Ie571fd042010d5972aaef76063a52b67ef7ccb6a
This commit is contained in:
parent
1c705d85e9
commit
01968ce29f
3 changed files with 11 additions and 2 deletions
|
@ -181,6 +181,7 @@ enum ManualPaCaliMethod {
|
|||
|
||||
struct RatingInfo {
|
||||
bool request_successful;
|
||||
int http_code;
|
||||
int rating_id;
|
||||
int start_count;
|
||||
bool success_printed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue