Skip to content

Commit

Permalink
fix(vanish): showing leave message when entering without having staff…
Browse files Browse the repository at this point in the history
… mode but vanish yes
  • Loading branch information
Angelillo15 committed Dec 4, 2024
1 parent f8c6bc2 commit a42084b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void checkVanishState() {
logger.debug("StaffDataModel state: %s", staffDataModel);

if (staffDataModel.vanished()) {
enableVanish(staffMode.get());
enableVanish(true);
} else {
disableVanish(true);
}
Expand Down

0 comments on commit a42084b

Please sign in to comment.