Fix logged-out UI not using single-column interface

master
Claire 2022-10-09 15:02:14 +02:00
parent 0ff1d62c7a
commit 3f0505ea15
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export const version = getMeta('version');
export const mascot = getMeta('mascot');
export const profile_directory = getMeta('profile_directory');
export const defaultContentType = getMeta('default_content_type');
export const forceSingleColumn = getMeta('advanced_layout') === false;
export const forceSingleColumn = !getMeta('advanced_layout');
export const useBlurhash = getMeta('use_blurhash');
export const usePendingItems = getMeta('use_pending_items');
export const useSystemEmojiFont = getMeta('system_emoji_font');