Promote Pin Tab feature
Fix: https://community.notepad-plus-plus.org/topic/26388/notepad-v8-7-2-release-candidate/8?_=1732379132695
This commit is contained in:
parent
2556c1e56a
commit
09332d6f98
|
@ -4924,6 +4924,10 @@ void NppParameters::feedGUIParameters(TiXmlNode *node)
|
|||
else
|
||||
isFailed = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
_nppGUI._tabStatus |= TAB_PINBUTTON;
|
||||
}
|
||||
|
||||
val = element->Attribute(L"doubleClick2Close");
|
||||
if (val)
|
||||
|
|
Loading…
Reference in New Issue