Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Dec 15, 2024
1 parent 86a1399 commit c9cf0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/help.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class help_window : public cataimgui::window
void draw_controls() override;
cataimgui::bounds get_bounds() override;
private:
const bool screen_reader = get_option<bool>( "SCREEN_READER_MODE" );
help &data = get_help();
input_context ctxt;
std::map<int, input_event> hotkeys;
Expand Down

0 comments on commit c9cf0fa

Please sign in to comment.