mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-30 17:24:54 +02:00
parent
2159126d8e
commit
19cf5c9037
@ -7245,6 +7245,8 @@ void NppParameters::insertUserLang2Tree(TiXmlNode *node, UserLangContainer *user
|
||||
|
||||
rootElement->SetAttribute(TEXT("name"), userLang->_name);
|
||||
rootElement->SetAttribute(TEXT("ext"), userLang->_ext);
|
||||
if (userLang->_isDarkModeTheme)
|
||||
rootElement->SetAttribute(TEXT("darkModeTheme"), TEXT("yes"));
|
||||
rootElement->SetAttribute(TEXT("udlVersion"), udlVersion.c_str());
|
||||
|
||||
TiXmlElement *settingsElement = (rootElement->InsertEndChild(TiXmlElement(TEXT("Settings"))))->ToElement();
|
||||
|
Loading…
x
Reference in New Issue
Block a user