Skip to content

Commit

Permalink
Fixed same GUID being used for two configs (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Aug 13, 2024
1 parent e5a748f commit 44dbbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo_discord_rich/component_guids.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ constexpr GUID adv_var_log_web_requests = { 0x95f71e1f, 0x785, 0x4aa1, { 0xbf, 0
constexpr GUID adv_var_log_web_responses = { 0x33dfb15d, 0x3eb9, 0x4e8d, { 0xa3, 0xc7, 0xf7, 0x19, 0x70, 0xb8, 0x73, 0xb2 } };
constexpr GUID conf_app_token = { 0x81e899fe, 0x79f2, 0x484a, { 0xa1, 0xbe, 0x25, 0x7c, 0x8d, 0x59, 0xc, 0x9b } };
constexpr GUID conf_art_upload_cmd = { 0x9d4c88b, 0x2706, 0x4e98, { 0x86, 0x4a, 0xda, 0xa1, 0x70, 0x95, 0x2f, 0x4c } };
constexpr GUID conf_art_upload_pin_query = { 0x9d4c88b, 0x2706, 0x4e98, { 0x86, 0x4a, 0xda, 0xa1, 0x70, 0x95, 0x2f, 0x4c } };
constexpr GUID conf_art_upload_pin_query = { 0x717c4690, 0x124d, 0x4596, { 0xb8, 0x8c, 0xda, 0xb6, 0x40, 0x7d, 0x35, 0xfb } };
constexpr GUID conf_bottom_text_query_v1_deprecated = { 0xb678c223, 0xf312, 0x4629, { 0x89, 0xc5, 0x10, 0x30, 0x41, 0x2, 0xd7, 0x90 } };
constexpr GUID conf_bottom_text_query_v2 = { 0xa2fd7075, 0x287b, 0x4b0c, { 0xa7, 0x87, 0x30, 0x48, 0xc0, 0xe, 0xa9, 0xe0 } };
constexpr GUID conf_disable_when_paused = { 0x583c1ad6, 0x1865, 0x4fdc, { 0xb9, 0x46, 0x6a, 0x3c, 0x3d, 0xc1, 0xca, 0x79 } };
Expand Down

0 comments on commit 44dbbe6

Please sign in to comment.