Fix accelarated default

This commit is contained in:
Will Scullin 2021-07-05 09:27:12 -07:00
parent 13ed2d4783
commit 3abd168627
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

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