Skip to content

Commit

Permalink
more default headroom
Browse files Browse the repository at this point in the history
  • Loading branch information
haxi0 committed Jan 8, 2024
1 parent 3276c2d commit ecea09a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>usprebooter.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion usprebooter/TheCoolerContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct CoolerContentView: View {

@State var shouldShowLog = true

@AppStorage("headroom") var staticHeadroomMB: Double = 384.0
@AppStorage("headroom") var staticHeadroomMB: Double = 1280.0
@AppStorage("pages") var pUaFPages: Double = 3072.0
@AppStorage("theme") var theme: Int = 0

Expand Down

0 comments on commit ecea09a

Please sign in to comment.