config: actually set initial beziers (#9400)

This commit is contained in:
Maximilian Seidler 2025-02-13 11:37:59 +00:00 committed by GitHub
parent 5d2b008294
commit 40adb3dfb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -885,9 +885,9 @@ void CConfigManager::setDefaultAnimationVars() {
m_AnimationTree.createNode("specialWorkspaceOut", "specialWorkspace");
// init the root nodes
m_AnimationTree.setConfigForNode("global", 1, 8.f, "", "default");
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "", "linear");
m_AnimationTree.setConfigForNode("borderangle", 0, 0.f, "", "default");
m_AnimationTree.setConfigForNode("global", 1, 8.f, "default");
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "linear");
m_AnimationTree.setConfigForNode("borderangle", 0, 1, "default");
}
std::optional<std::string> CConfigManager::resetHLConfig() {