mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:05:58 +01:00
fix throw in addPluginConfigVar
This commit is contained in:
parent
d23884e8e7
commit
d88e8229b5
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ void CConfigManager::addPluginConfigVar(HANDLE handle, const std::string& name,
|
|||
|
||||
std::string field = name.substr(7);
|
||||
|
||||
m_pConfig->addSpecialConfigValue("plugin:", field.c_str(), value);
|
||||
m_pConfig->addSpecialConfigValue("plugin", field.c_str(), value);
|
||||
pluginVariables.push_back({handle, field});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue