Skip to content

Commit

Permalink
Merge pull request #1126 from HiRoS-neko/patch-1
Browse files Browse the repository at this point in the history
Update SettingsLayout.swift
  • Loading branch information
ccrama committed Nov 21, 2020
2 parents a950988 + 091ddbc commit 0651f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slide for Reddit/SettingsLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ class SettingsLayout: BubbleSettingTableViewController {
createCell(commentTitleCell, commentTitle, isOn: SettingValues.commentsInTitle, text: "Comment count in title")
createCell(scoreTitleCell, scoreTitle, isOn: SettingValues.scoreInTitle, text: "Post score in title")
createCell(abbreviateScoreCell, abbreviateScore, isOn: SettingValues.abbreviateScores, text: "Abbreviate post scores (ex: 10k)")
createCell(infoBelowTitleCell, infoBelowTitle, isOn: SettingValues.infoBelowTitle, text: "Ppost details below title line")
createCell(infoBelowTitleCell, infoBelowTitle, isOn: SettingValues.infoBelowTitle, text: "Post details below title line")
createCell(domainInfoCell, domainInfo, isOn: SettingValues.domainInInfo, text: "Domain in title")
createCell(leftThumbCell, leftThumb, isOn: SettingValues.leftThumbnail, text: "Left-side thumbnail")
createCell(hideCell, hide, isOn: SettingValues.hideButton, text: "Hide post button")
Expand Down

0 comments on commit 0651f83

Please sign in to comment.