Skip to content

Commit

Permalink
Antoine/main (#21)
Browse files Browse the repository at this point in the history
* Add missing main actor

* Make descriptor sendable
  • Loading branch information
ntnmrndn authored Nov 15, 2024
1 parent e5ba426 commit a10574e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlossButtonNode/GlossButtonDescriptor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import CoreGraphics
/**
Configurations for creating ``GlossButtonNode``
*/
public struct GlossButtonDescriptor {
public struct GlossButtonDescriptor: Sendable {

public struct ActivityIndicatorStyle {
public struct ActivityIndicatorStyle: Sendable {
public let color: UIColor
public let style: UIActivityIndicatorView.Style

Expand Down

0 comments on commit a10574e

Please sign in to comment.