Skip to content

Commit

Permalink
fixed Simultaneous accesses
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverAgain11 committed Jan 22, 2024
1 parent 63d1963 commit 2beb94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/Configuration/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension CGRect: Defaults.Serializable {
}

@propertyWrapper
struct DefaultsWrapper<T: Defaults.Serializable> {
class DefaultsWrapper<T: Defaults.Serializable> {
var wrappedValue: T {
get {
Defaults[key]
Expand Down

0 comments on commit 2beb94e

Please sign in to comment.