This commit is contained in:
Trey t
2022-02-17 18:08:32 -06:00
parent 7dc85eb2f0
commit 107086b695
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ struct ContentView: View {
@AppStorage(UserDefaultsStore.Keys.contentViewHeaderTagViewOneViewType.rawValue, store: GroupUserDefaults.groupDefaults) private var firstSwichableHeaderViewType: MainSwitchableViewType = .total
@AppStorage(UserDefaultsStore.Keys.contentViewHeaderTagViewTwoViewType.rawValue, store: GroupUserDefaults.groupDefaults) private var secondSwichableHeaderViewType: MainSwitchableViewType = .total
@AppStorage(UserDefaultsStore.Keys.contentViewHeaderTag.rawValue, store: GroupUserDefaults.groupDefaults) private var switchableViewSelectedIndex = 1
@AppStorage(UserDefaultsStore.Keys.currentSelectedHeaderViewViewType.rawValue, store: GroupUserDefaults.groupDefaults) private var currentSelectedHeaderViewViewType: MainSwitchableViewType = .total
//
// MARK: edit row properties
@@ -42,7 +43,6 @@ struct ContentView: View {
// MARK: header properties
@State private var headerHeight: CGFloat = ContentViewConstants.maxHeaderHeight
@State private var headerViewType: MainSwitchableViewType = .total
@State private var currentSelectedHeaderViewViewType: MainSwitchableViewType = .total
@State private var headerOpacity: Double = 1.0
//