File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ window.LogsModule = {
263263 let displayName = app . charAt ( 0 ) . toUpperCase ( ) + app . slice ( 1 ) ;
264264 if ( app === 'whisparr' ) displayName = 'Whisparr V2' ;
265265 else if ( app === 'eros' ) displayName = 'Whisparr V3' ;
266- else if ( app === 'hunting' ) displayName = 'Hunt Manager' ;
266+
267267 if ( this . elements . currentLogApp ) this . elements . currentLogApp . textContent = displayName ;
268268
269269 // Switch to the selected app logs
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ let huntarrUI = {
686686 let displayName = app . charAt ( 0 ) . toUpperCase ( ) + app . slice ( 1 ) ;
687687 if ( app === 'whisparr' ) displayName = 'Whisparr V2' ;
688688 else if ( app === 'eros' ) displayName = 'Whisparr V3' ;
689- else if ( app === 'hunting' ) displayName = 'Hunt Manager' ;
689+
690690 if ( this . elements . currentLogApp ) this . elements . currentLogApp . textContent = displayName ;
691691 // Switch to the selected app logs
692692 this . currentLogApp = app ;
Original file line number Diff line number Diff line change 123123 < option value ="whisparr "> Whisparr V2</ option >
124124 < option value ="eros "> Whisparr V3</ option >
125125 < option value ="swaparr "> Swaparr</ option >
126- < option value ="hunting "> Hunt Manager</ option >
127126 </ select >
128127 </ div >
129128
Original file line number Diff line number Diff line change 1515 < option value ="whisparr "> Whisparr</ option >
1616 < option value ="eros "> Eros</ option >
1717 < option value ="swaparr "> Swaparr</ option >
18- < option value ="hunting "> Hunt Manager</ option >
1918 < option value ="system "> System</ option >
2019 </ select >
2120 </ div >
You can’t perform that action at this time.
0 commit comments