Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 79208bb

Browse files
authored
Update default view
1 parent 47aa56d commit 79208bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prostore/prostore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct ProStore: App {
1010
}
1111

1212
struct MainSidebarView: View {
13-
@State private var selected: SidebarItem? = .signer
13+
@State private var selected: SidebarItem? = .apps
1414

1515
var body: some View {
1616
NavigationSplitView {

0 commit comments

Comments
 (0)