Skip to content

Commit

Permalink
fix regressed error
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuzerain committed Aug 4, 2023
1 parent 1ea7871 commit a0427af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theseus_gui/src/pages/instance/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ const isChanged = computed(() => {
return (
loader.value != props.instance.metadata.loader ||
gameVersion.value != props.instance.metadata.game_version ||
selectableLoaderVersions.value[loaderVersionIndex.value] !=
props.instance.metadata.loader_version
JSON.stringify(selectableLoaderVersions.value[loaderVersionIndex.value]) !=
JSON.stringify(props.instance.metadata.loader_version)
)
})
Expand Down

0 comments on commit a0427af

Please sign in to comment.