Renamed the flag when holding shift from run_in_term to mod_shift. This makes more sense as not all modes have a need for a run in term option

This commit is contained in:
Scoopta
2019-11-18 22:16:06 -08:00
parent 750cdd0167
commit a15390c685
3 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ bool wofi_allow_images();
uint64_t wofi_get_image_size();
bool wofi_run_in_term();
bool wofi_mod_shift();
bool wofi_mod_control();