diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 95e892c49..99c3b12ea 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1178,7 +1178,7 @@ export const CORE_SETTINGS: SettingParams[] = [ type: 'boolean', tooltip: 'Replaces the floating job queue panel with an equivalent job queue embedded in the Assets side panel. You can disable this to return to the floating panel layout.', - defaultValue: true, + defaultValue: false, experimental: true }, {