Added a basic settings view, not too happy with it yet though

This commit is contained in:
breadone
2024-06-23 17:07:48 +12:00
parent 16bfb8d6ba
commit 9bffe349e0
4 changed files with 66 additions and 0 deletions

12
Shared/Preferences.swift Normal file
View 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"
}