File tree 2 files changed +8
-0
lines changed
templates/custom-elements
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,9 @@ menuBar.addEventListener("mass-storage-dialog-requested", () => {
329
329
menuBar . addEventListener ( "wake-on-lan-dialog-requested" , ( ) => {
330
330
document . getElementById ( "feature-pro-overlay" ) . show ( ) ;
331
331
} ) ;
332
+ menuBar . addEventListener ( "static-ip-dialog-requested" , ( ) => {
333
+ document . getElementById ( "feature-pro-overlay" ) . show ( ) ;
334
+ } ) ;
332
335
menuBar . addEventListener ( "video-settings-dialog-requested" , ( ) => {
333
336
document . getElementById ( "video-settings-dialog" ) . initialize ( ) ;
334
337
document . getElementById ( "video-settings-overlay" ) . show ( ) ;
Original file line number Diff line number Diff line change 203
203
> Hostname</ a
204
204
>
205
205
</ li >
206
+ < li class ="item pro-badge " role ="presentation ">
207
+ < a data-onclick-event ="static-ip-dialog-requested " role ="menuitem "
208
+ > Static IP</ a
209
+ >
210
+ </ li >
206
211
</ ul >
207
212
</ li >
208
213
< li class ="item " role ="presentation ">
You can’t perform that action at this time.
0 commit comments