diff options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 618c34334..655f6468a 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -529,4 +529,7 @@ void UpdateRescalingInfo(); | |||
| 529 | // Restore the global state of all applicable settings in the Values struct | 529 | // Restore the global state of all applicable settings in the Values struct |
| 530 | void RestoreGlobalState(bool is_powered_on); | 530 | void RestoreGlobalState(bool is_powered_on); |
| 531 | 531 | ||
| 532 | bool IsConfiguringGlobal(); | ||
| 533 | void SetConfiguringGlobal(bool is_global); | ||
| 534 | |||
| 532 | } // namespace Settings | 535 | } // namespace Settings |