Skip to content

Commit e4d53ed

Browse files
committed
🐞 Fix double percentage sign
1 parent 6cec35f commit e4d53ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Loop/Settings Window/Theming/PreviewConfiguration.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ struct PreviewConfigurationView: View {
112112
step: 0.1,
113113
format: .percent.precision(.fractionLength(0...0)),
114114
clampsUpper: true,
115-
clampsLower: true,
116-
suffix: Text("%", comment: "Unit symbol: percentage")
115+
clampsLower: true
117116
)
118117
}
119118
}

0 commit comments

Comments
 (0)