Skip to content

Commit

Permalink
Updated the ReRegister hint for new status codes
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 7, 2022
1 parent eccc28e commit 9017c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Amethyst/K2Interfacing.h
Original file line number Diff line number Diff line change
Expand Up @@ -1121,12 +1121,12 @@ namespace k2app::interfacing

// Optionally setup & show the reregister button
shared::general::reRegisterButton->Visibility(
serverDriverStatusCode == -10
serverDriverStatusCode == -1
? Visibility::Visible
: Visibility::Collapsed);

shared::general::serverOpenDiscordButton->Height(
serverDriverStatusCode == -10
serverDriverStatusCode == -1
? 40
: 65);
}
Expand Down

0 comments on commit 9017c98

Please sign in to comment.