mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
experiments
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import Foundation
|
||||
|
||||
extension UserDefaults {
|
||||
@UserDefault(
|
||||
key: "experimentsOptions",
|
||||
defaultValue: ExperimentsOptions(
|
||||
showInstagramDestination: false,
|
||||
liveContainerSharing: true
|
||||
)
|
||||
)
|
||||
static var experimentsOptions
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
struct ExperimentsOptions: Codable, Equatable {
|
||||
var showInstagramDestination: Bool
|
||||
var liveContainerSharing: Bool
|
||||
}
|
||||
Reference in New Issue
Block a user