diff options
| author | shpuld <shp@cock.li> | 2019-01-31 17:00:31 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-31 17:00:31 +0200 |
| commit | 476bf0afe1c890b0f08587b3942981c8c591c7be (patch) | |
| tree | fcadf92a94d8e310355f640a69a92010eee002cb /src/components/settings/settings.js | |
| parent | fbe7af3d56e4e6e168208a511bd7cd4e4e4e7a40 (diff) | |
Fix media timeline attachments being small by adding an option to not render background tabs in tab switcher
Diffstat (limited to 'src/components/settings/settings.js')
| -rw-r--r-- | src/components/settings/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/settings.js b/src/components/settings/settings.js index 06011e7c..7000fa5e 100644 --- a/src/components/settings/settings.js +++ b/src/components/settings/settings.js @@ -1,5 +1,5 @@ /* eslint-env browser */ -import TabSwitcher from '../tab_switcher/tab_switcher.jsx' +import TabSwitcher from '../tab_switcher/tab_switcher.js' import StyleSwitcher from '../style_switcher/style_switcher.vue' import InterfaceLanguageSwitcher from '../interface_language_switcher/interface_language_switcher.vue' import { filter, trim } from 'lodash' |
