fix: minor pref fix

This commit is contained in:
sawhil 2025-05-28 13:17:37 +05:30
parent 8948d5c40e
commit 1c57120edf

View File

@ -297,7 +297,7 @@ const useOptionsMenu = ({
updateFormatting({
maxLines: preferences?.formatting?.maxLines || defaultOptionsQuery.maxLines,
format: value === 'list' ? 'table' : value,
format: value,
fontSize: preferences?.formatting?.fontSize || defaultOptionsQuery.fontSize,
});
handleRedirectWithOptionsData(optionsData);