@@ -293,6 +293,10 @@ <h3>Settings</h3>
293293 < th class ="theme-bg-light "> < b > imgui_actorstate_corner <1-4></ b > </ th >
294294 < td > The corner position for the actorstate window to render in.</ td >
295295 </ tr >
296+ < tr >
297+ < th class ="theme-bg-light "> < b > imgui_notification_injection <true-false></ b > </ th >
298+ < td > Display a notification when CodeRed is injected and initialized.</ td >
299+ </ tr >
296300 < tr >
297301 < th class ="theme-bg-light "> < b > imgui_tracker_corner <1-4></ b > </ th >
298302 < td > The corner position for the session tracker window to render in.</ td >
@@ -477,10 +481,6 @@ <h3>Settings</h3>
477481 < th class ="theme-bg-light "> < b > manager_debug_mode <true-false></ b > </ th >
478482 < td > Enable/disable global debugging mode, logs extra info to the terminal.</ td >
479483 </ tr >
480- < tr >
481- < th class ="theme-bg-light "> < b > manager_display_injection <true-false></ b > </ th >
482- < td > Display a notification when CodeRed is first injected and initialized.</ td >
483- </ tr >
484484 < tr >
485485 < th class ="theme-bg-light "> < b > manager_purge_cache <true-false></ b > </ th >
486486 < td > Automatically deletes old cache files from your web cache folder on game launch.</ td >
@@ -2156,6 +2156,10 @@ <h3>Commands</h3>
21562156 < th class ="theme-bg-light "> < b > training_shuffle_shots</ b > </ th >
21572157 < td > Toggles shuffling shots off and on in custom training</ td >
21582158 </ tr >
2159+ < tr >
2160+ < th class ="theme-bg-light "> < b > training_load_files</ b > </ th >
2161+ < td > Manually loads all favorited training packs in memory.</ td >
2162+ </ tr >
21592163 < tr >
21602164 < th class ="theme-bg-light "> < b > training_sync_files</ b > </ th >
21612165 < td > Manually sync all training files between accounts.</ td >
@@ -2443,7 +2447,7 @@ <h4>Default Keybind: <code>F5</code></h4>
24432447
24442448 < section class ="docs-section " id ="item-5-1-6 ">
24452449 < h2 class ="section-heading "> Texture Browser</ h2 >
2446- < h4 > Window Name: < code > textures </ code > </ h4 >
2450+ < h4 > Window Name: < code > texture_browser </ code > </ h4 >
24472451 < p > The texture browser lets you preview and export almost any currently loadded texture in the game.</ p >
24482452
24492453 < div class ="simplelightbox-gallery row mb-3 ">
0 commit comments