| 744 | |
| 745 | } else if (tab == "Graphics") { |
| 746 | |
| 747 | // Only need to check if strict and reommended modes are on |
| 748 | _ctx.get_config(RECOMMENDED_MODE) = _ctx.config->is_rec_mode(); |
| 749 | _ctx.get_config(STRICT_MODE) = _ctx.config->is_strict_mode(); |
| 750 | } |
| 751 | } |
| 752 | } |
| 753 | |
| 754 | auto Sorcery::Controller::set_can_undo(const bool value) -> void { |
| 755 |