Added a basic settings view, not too happy with it yet though
This commit is contained in:
12
Shared/Preferences.swift
Normal file
12
Shared/Preferences.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// AppStorage.swift
|
||||
// OnCue
|
||||
//
|
||||
// Created by Pradyun Setti on 23/06/2024.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct Preferences {
|
||||
static let teleprompterSeparator = "teleprompterSeparator"
|
||||
}
|
||||
Reference in New Issue
Block a user