mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
chore(options): changed default autofill values from false to true
This commit is contained in:
@@ -144,7 +144,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
created() {
|
||||
this.fillCheckpointName = window.localStorage.getItem('fill-checkpoint') == 'true';
|
||||
this.fillCheckpointName = window.localStorage.getItem('fill-checkpoint') !== 'false';
|
||||
|
||||
this.fetchSceneriesData();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user