Skip to content

Commit

Permalink
fix incorrect status on start
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotbakadestroyer committed Aug 13, 2024
1 parent 2a9c1b0 commit bc1bc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export class Api extends EventEmitter {
const config = response.result as Config;
this.globalCoreValues = config.cores;
this.presets = config.presets;
this.undervoltStatus = config.status;
this.Settings = config.settings;
}
}
Expand Down

0 comments on commit bc1bc18

Please sign in to comment.