diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-18 15:39:06 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-18 15:39:06 +0300 |
| commit | 33777fab47b65975d343d219c0b1866ba6849b3f (patch) | |
| tree | 19a8a4aad498fc84c37a258bc570bd8a455ee819 /src/components/settings_modal/settings_modal_content.js | |
| parent | b0789fd6fd280a3dc8cefb4cb2410abec4be9ae6 (diff) | |
small refactoring to uncouple tab-switcher from settings modal
Diffstat (limited to 'src/components/settings_modal/settings_modal_content.js')
| -rw-r--r-- | src/components/settings_modal/settings_modal_content.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/settings_modal/settings_modal_content.js b/src/components/settings_modal/settings_modal_content.js index 7e366580..deb77298 100644 --- a/src/components/settings_modal/settings_modal_content.js +++ b/src/components/settings_modal/settings_modal_content.js @@ -53,6 +53,9 @@ const SettingsModalContent = { }, open () { return this.$store.state.interface.settingsModalState !== 'hidden' + }, + bodyLock () { + return this.$store.state.interface.settingsModalState === 'visible' } }, methods: { |
