Fix accelarated default

This commit is contained in:
Will Scullin
2021-07-05 09:27:12 -07:00
parent 13ed2d4783
commit 3abd168627

View File

@@ -78,7 +78,7 @@ export class System implements OptionHandler {
name: SYSTEM_CPU_ACCELERATED,
label: 'Accelerated',
type: BOOLEAN_OPTION,
defaultVal: true,
defaultVal: false,
},
]
}