We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19d681 commit a07e240Copy full SHA for a07e240
1 file changed
src/SteveEdson/BitBar.php
@@ -166,7 +166,6 @@ public function enableRefresh() {
166
* @param $image
167
* @param bool $isImageTemplate
168
* @return $this
169
- * @internal param bool $isTemplate
170
*/
171
public function setImage($image, $isImageTemplate = false) {
172
$this->image = $image;
@@ -348,7 +347,7 @@ public function format() {
348
347
public function show($withDivide = true) {
349
echo $this->format();
350
351
- if($withDivide) {
+ if(!$this->withinSubMenu && $withDivide) {
352
echo "\n---\n";
353
} else {
354
echo "\n";
0 commit comments