Skip to content

Commit

Permalink
Move option
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Dec 6, 2024
1 parent c5d5375 commit b5705df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,11 @@ void options_manager::add_options_interface()
true
);

add( "QUERY_ON_QUIT", page_id, to_translation( "Query on quit" ),
to_translation( "If true, will query before before quitting the game." ),
true
);

add( "CLOSE_ADV_INV", page_id, to_translation( "Close advanced inventory on move all" ),
to_translation( "If true, will close the advanced inventory when the move all items command is used." ),
false
Expand Down Expand Up @@ -2972,11 +2977,6 @@ void options_manager::add_options_debug()
false
#endif
);

add( "QUERY_ON_QUIT", "debug", to_translation( "Prompt when trying to quit the game" ),
to_translation( "If enabled, this shows a yes/no prompt before quitting the game." ),
true
);
}

void options_manager::add_options_android()
Expand Down

0 comments on commit b5705df

Please sign in to comment.