| 782 | _ctx.get_config(RECOMMENDED_MODE) = _ctx.config->is_rec_mode(); |
| 783 | _ctx.get_config(STRICT_MODE) = _ctx.config->is_strict_mode(); |
| 784 | |
| 785 | } else if (tab == "Graphics") { |
| 786 | |
| 787 | // Only need to check if strict and reommended modes are on |
| 788 | _ctx.get_config(RECOMMENDED_MODE) = _ctx.config->is_rec_mode(); |
| 789 | _ctx.get_config(STRICT_MODE) = _ctx.config->is_strict_mode(); |
| 790 | } |
| 791 | } |
| 792 | } |
| 793 |