Skip to content

Commit

Permalink
✨ Window padding is no longer a beta feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Sep 11, 2023
1 parent 4a7d73e commit 7be2728
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Loop/Settings/GeneralSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ struct GeneralSettingsView: View {
step: 5,
minimumValueLabel: Text("0"),
maximumValueLabel: Text("25")) {
HStack {
Text("Window Padding")
BetaIndicator("BETA")
}
Text("Window Padding")
}
}

Expand Down

0 comments on commit 7be2728

Please sign in to comment.