Skip to content

Commit d5698f7

Browse files
committed
Minor fix
1 parent f77bd3c commit d5698f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/vue/components/compression.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default {
257257
}
258258
},
259259
mounted: function () {
260-
this.showSample = this.$store.state.site_settings.quality !== 'auto';
260+
this.showSample = this.site_settings.autoquality === 'disabled';
261261
},
262262
methods: {
263263
saveChanges: function () {

0 commit comments

Comments
 (0)