Change order in enum to original values

followup of 210f1abf1dcbc033d4d9bf6fe50f3d54da8bf283
This commit is contained in:
David Kocik 2023-10-19 11:03:18 +02:00
parent aaaaf8c83b
commit 5862e85c57

View File

@ -69,7 +69,7 @@ enum PrintHostType {
};
enum AuthorizationType {
atUserPassword, atKeyPassword
atKeyPassword, atUserPassword
};
enum class FuzzySkinType {