mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
#71 Update Filter/Info to use AppStorage
This commit is contained in:
parent
d834f3ed74
commit
8334e38a0a
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ struct MainWindow: View {
|
|||
@State private var selectedXcodeID: Xcode.ID?
|
||||
@State private var searchText: String = ""
|
||||
@AppStorage("lastUpdated") private var lastUpdated: Double?
|
||||
@SceneStorage("isShowingInfoPane") private var isShowingInfoPane = false
|
||||
@SceneStorage("xcodeListCategory") private var category: XcodeListCategory = .all
|
||||
@AppStorage("isShowingInfoPane") private var isShowingInfoPane = false
|
||||
@AppStorage("xcodeListCategory") private var category: XcodeListCategory = .all
|
||||
|
||||
var body: some View {
|
||||
HSplitView {
|
||||
|
|
|
|||
Loading…
Reference in a new issue