mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 06:18:05 +02:00
internal: include setByUser in CConfigManager::getConfigValue (#14155)
This commit is contained in:
parent
b7a3042964
commit
329b2b356d
1 changed files with 1 additions and 1 deletions
|
|
@ -1482,7 +1482,7 @@ SConfigOptionReply CConfigManager::getConfigValue(const std::string& val) {
|
|||
if (!VAL)
|
||||
return {};
|
||||
|
||||
return {.dataptr = VAL->getDataStaticPtr(), .type = &VAL->getValue().type()};
|
||||
return {.dataptr = VAL->getDataStaticPtr(), .type = &VAL->getValue().type(), .setByUser = VAL->m_bSetByUser};
|
||||
}
|
||||
|
||||
Hyprlang::CConfigValue* CConfigManager::getHyprlangConfigValuePtr(const std::string& name, const std::string& specialCat) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue