diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-17 02:33:39 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-17 09:49:52 +0300 |
| commit | a29835375a62549410a7df7922f8eb3f9b391487 (patch) | |
| tree | 948f11bc455a66677bd49b969f647c46663ef836 /src/components/settings_modal/tabs/general_tab.vue | |
| parent | 258b5e6be2358af013a8308e0994aa4264ace066 (diff) | |
Allow column width configuration: allow stretching navbar with columns
Diffstat (limited to 'src/components/settings_modal/tabs/general_tab.vue')
| -rw-r--r-- | src/components/settings_modal/tabs/general_tab.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index db321363..333b5493 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -123,6 +123,11 @@ </BooleanSetting> </li> <li> + <BooleanSetting path="navbarColumnStretch"> + {{ $t('settings.navbar_column_stretch') }} + </BooleanSetting> + </li> + <li> <ChoiceSetting v-if="user" id="thirdColumnMode" |
