Improved Squire by visualizing some active buttons states

This commit is contained in:
the-djmaze 2023-04-04 10:15:18 +02:00
parent baacddd324
commit 2e0fc1585d
3 changed files with 62 additions and 39 deletions

View file

@ -266,8 +266,7 @@ trait ResponseParser
$oImapResponse, true, $sPreviousAtomUpperCase, '['
);
if (null !== $sListBlock)
{
if (null !== $sListBlock) {
$sAtomBuilder .= $sListBlock.']';
}