mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix concurrency warnings.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import Foundation
|
||||
|
||||
/// Used to select which animations should be performed
|
||||
public struct Animations: OptionSet {
|
||||
public struct Animations: OptionSet, Sendable {
|
||||
|
||||
/// Select and deslections will be animated.
|
||||
public static let select = Animations(rawValue: 1)
|
||||
|
||||
Reference in New Issue
Block a user