Skip to content

Commit 788f799

Browse files
christian-byrneDrJKL
authored andcommitted
make new queue panel disabled by default (#8444)
## Summary Was enabled by default for 1.38 during nightly, but should be reverted back now. In the future we can now just use `isNightly` flag for this (ref: #8149) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8444-make-new-queue-panel-disabled-by-default-2f76d73d365081139b54f76d9325101d) by [Unito](https://www.unito.io)
1 parent 6726c2d commit 788f799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/settings/constants/coreSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ export const CORE_SETTINGS: SettingParams[] = [
11781178
type: 'boolean',
11791179
tooltip:
11801180
'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.',
1181-
defaultValue: true,
1181+
defaultValue: false,
11821182
experimental: true
11831183
},
11841184
{

0 commit comments

Comments
 (0)