Skip to content

Commit

Permalink
Set ndi alpha setting at start
Browse files Browse the repository at this point in the history
  • Loading branch information
cipi1965 committed Aug 31, 2024
1 parent 8f8857f commit 816678e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export class CountdownApp {
})

if (this.config.settings.remote.ndiEnabled ?? DEFAULT_NDI_ENABLED) {
this.ndiServer.alpha = this.config.settings.remote.ndiAlpha;
await this.ndiServer.start();
this.startNdiTimer();
}
Expand Down

0 comments on commit 816678e

Please sign in to comment.