settings: move log code to settings

This commit is contained in:
zhupengfei 2018-07-18 07:39:41 +08:00
parent 82aa45d9fa
commit e8ac58c480
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
7 changed files with 45 additions and 50 deletions

View file

@ -168,4 +168,5 @@ struct Values {
static constexpr int REGION_VALUE_AUTO_SELECT = -1;
void Apply();
void LogSettings();
} // namespace Settings