mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-26 13:03:13 +08:00
Change order in enum to original values
followup of 210f1abf1dcbc033d4d9bf6fe50f3d54da8bf283
This commit is contained in:
parent
aaaaf8c83b
commit
5862e85c57
@ -69,7 +69,7 @@ enum PrintHostType {
|
|||||||
};
|
};
|
||||||
|
|
||||||
enum AuthorizationType {
|
enum AuthorizationType {
|
||||||
atUserPassword, atKeyPassword
|
atKeyPassword, atUserPassword
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class FuzzySkinType {
|
enum class FuzzySkinType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user