Skip to content

Commit

Permalink
Remove test for Profile visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kgshank committed Mar 28, 2021
1 parent 778b8d6 commit 14b9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var SoundDeviceMenuItem = class SoundDeviceMenuItem extends PopupMenu.PopupImage
}

canShowProfile() {
return (this.isVisible() && this.profilesitems.size >= 1);
return (this.isVisible() && this.profilesitems.size > 1);
}
}

Expand Down

0 comments on commit 14b9400

Please sign in to comment.