Skip to content

Commit

Permalink
Merge pull request #2 from phillipivan/main
Browse files Browse the repository at this point in the history
hide non functional bonjour config field
  • Loading branch information
phillipivan authored Aug 19, 2024
2 parents e66c069 + fd13efb commit b60f282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ AF meter (Tri-colour) range -50dBFS to 0dBFS. Includes Signal Presence ( > -100d
- Type

**Battery**

- Capacity
- Current
- Cycle Count
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sennheiser-digital6000",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/main.js",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function getConfigFields() {
label: 'Bonjour Host',
width: 8,
regex: Regex.HOSTNAME,
isVisible: () => false,
},
{
type: 'textinput',
Expand Down

0 comments on commit b60f282

Please sign in to comment.