Skip to content

Commit

Permalink
add default case
Browse files Browse the repository at this point in the history
  • Loading branch information
Yajur-Grover committed Jan 15, 2025
1 parent e0c0476 commit 82b62ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ inline static int displayModeToInt(const DisplayMode value) {
return 2;
case DisplayMode::Hidden:
return 3;
default:
return -1;
}
}

Expand Down

0 comments on commit 82b62ab

Please sign in to comment.