File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ export default class extends Vue {
107
107
];
108
108
109
109
mounted(): void {
110
- // nodecg.listenFor('obsChangeScene', ({ scene }) => {
111
- // // reset the checkmarks if we change to the game layout
112
- // if (scene === this.obsConfig.names.scenes.gameLayout) {
113
- // this.resetChecks();
114
- // fetch('https://pusher.bsg.duncte123.nl/sendUncheck.php', {
115
- // mode: 'no-cors',
116
- // })
117
- // .catch(console.log);
118
- // }
119
- // });
110
+ nodecg .listenFor (' obsChangeScene' , ({ scene }) => {
111
+ // reset the checkmarks if we change to the game layout
112
+ if (scene === this .obsConfig .names .scenes .gameLayout ) {
113
+ this .resetChecks ();
114
+ // fetch('https://pusher.bsg.duncte123.nl/sendUncheck.php', {
115
+ // mode: 'no-cors',
116
+ // })
117
+ // .catch(console.log);
118
+ }
119
+ });
120
120
121
121
// channel.bind('audio-ready', (data: { ready: boolean }) => {
122
122
// this.audioReady = data.ready;
You can’t perform that action at this time.
0 commit comments