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/user_settings/user_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/user_settings/user_settings.js')
| -rw-r--r-- | src/components/user_settings/user_settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js index be799f5d..719a9c0c 100644 --- a/src/components/user_settings/user_settings.js +++ b/src/components/user_settings/user_settings.js @@ -1,4 +1,4 @@ -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 fileSizeFormatService from '../../services/file_size_format/file_size_format.js' |
