From 3abd16862719324733fbb8ac9787db982898718b Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Mon, 5 Jul 2021 09:27:12 -0700 Subject: [PATCH] Fix accelarated default --- js/ui/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/system.ts b/js/ui/system.ts index eb2cbe5..8b8aea0 100644 --- a/js/ui/system.ts +++ b/js/ui/system.ts @@ -78,7 +78,7 @@ export class System implements OptionHandler { name: SYSTEM_CPU_ACCELERATED, label: 'Accelerated', type: BOOLEAN_OPTION, - defaultVal: true, + defaultVal: false, }, ] }