Skip to content

Commit

Permalink
Add ResoluteMod#active to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Mar 5, 2025
1 parent 3806be5 commit 5fbc311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/src/structs/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ export class ResoluteMod {
this.installedVersion = data.installedVersion
? this.versions[data.installedVersion]
: null;

/**
* Whether the mod is enabled
* @type {bool}
*/
this.active = data.active;
}

/**
Expand Down

0 comments on commit 5fbc311

Please sign in to comment.