mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 23:57:39 +03:00
Update SettingsActivity.h
This commit is contained in:
parent
a634421037
commit
d9543101b7
@ -51,7 +51,8 @@ struct SettingInfo {
|
||||
return {key, name, SettingType::VALUE, ptr, nullptr, 0, false, {}, valueRange};
|
||||
}
|
||||
|
||||
static SettingInfo String(const char* key, const char* name, char* ptr, size_t maxLen, bool hideFromDeviceUI = false) {
|
||||
static SettingInfo String(const char* key, const char* name, char* ptr, size_t maxLen,
|
||||
bool hideFromDeviceUI = false) {
|
||||
return {key, name, SettingType::STRING, nullptr, ptr, maxLen, hideFromDeviceUI, {}, {}};
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user