Update SettingsContainer.vue

This commit is contained in:
MattTheTekie 2026-04-17 11:21:16 -04:00 committed by GitHub
commit e9875e7c00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ export default {
},
data() {
return {
settingsVisible: true,
settingsVisible: false,
};
},
computed: {