mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
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
|
else
|
||||||
isFailed = true;
|
isFailed = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_nppGUI._tabStatus |= TAB_PINBUTTON;
|
||||||
|
}
|
||||||
|
|
||||||
val = element->Attribute(L"doubleClick2Close");
|
val = element->Attribute(L"doubleClick2Close");
|
||||||
if (val)
|
if (val)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user