aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsModal.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-27 03:58:55 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-27 04:11:24 +1000
commit25e633fe44d7bd84c566090188ea2c9a82449c69 (patch)
tree03163dcad9dd20d35a3ded49702ad8a6b7dad5c3 /src/components/SettingsModal.vue
parenta59095b8f87b470872a692b913e6bc2a8cca759b (diff)
Clean up code in TutorialPane
Also simply tutorial instructions
Diffstat (limited to 'src/components/SettingsModal.vue')
-rw-r--r--src/components/SettingsModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue
index b09af07..34d0043 100644
--- a/src/components/SettingsModal.vue
+++ b/src/components/SettingsModal.vue
@@ -27,7 +27,7 @@ export default defineComponent({
},
},
watch: {
- sweepLeaves(newVal, oldVal){
+ sweepLeaves(newVal: boolean, oldVal: boolean){
this.lytOpts.layoutType = newVal ? 'sweep' : 'rect';
},
},