Skip to content

Commit

Permalink
Promote Pin Tab feature
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 23, 2024
1 parent 2556c1e commit 09332d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PowerEditor/src/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4924,6 +4924,10 @@ void NppParameters::feedGUIParameters(TiXmlNode *node)
else
isFailed = true;
}
else
{
_nppGUI._tabStatus |= TAB_PINBUTTON;
}

val = element->Attribute(L"doubleClick2Close");
if (val)
Expand Down

0 comments on commit 09332d6

Please sign in to comment.