Skip to content

Commit

Permalink
add additional levels
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Dec 2, 2024
1 parent f53c22b commit d525abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DuckDuckGo/TextZoomLevel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ enum TextZoomLevel: Int, CaseIterable, CustomStringConvertible {
return "\(self.rawValue)%"
}

case percent50 = 50
case percent60 = 60
case percent70 = 70
case percent80 = 80
case percent90 = 90
case percent100 = 100
Expand Down

0 comments on commit d525abb

Please sign in to comment.