From 2beb94ed7c273070c2bcd5b5c430e9da608311f1 Mon Sep 17 00:00:00 2001 From: ljk Date: Mon, 22 Jan 2024 10:44:58 +0800 Subject: [PATCH] fixed Simultaneous accesses --- Easydict/NewApp/Configuration/Configuration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Easydict/NewApp/Configuration/Configuration.swift b/Easydict/NewApp/Configuration/Configuration.swift index ea32d77c2..3abaa6514 100644 --- a/Easydict/NewApp/Configuration/Configuration.swift +++ b/Easydict/NewApp/Configuration/Configuration.swift @@ -112,7 +112,7 @@ extension CGRect: Defaults.Serializable { } @propertyWrapper -struct DefaultsWrapper { +class DefaultsWrapper { var wrappedValue: T { get { Defaults[key]