Skip to content

Commit

Permalink
give it some unlinted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Felanbird committed Jan 20, 2023
1 parent 78c988d commit 2f32a85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widgets/settingspages/GeneralPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
tabDirectionDropdown->minimumSizeHint().width());

layout.addCheckbox(
"Show message reply context", s.hideReplyContext, true,
"This setting will only affect how messages are shown. You can reply "
"Show message reply context", s.hideReplyContext, true, "This setting will only affect how messages are shown. You can reply "
"to a message regardless of this setting.");
layout.addCheckbox("Show message reply button", s.showReplyButton, false,
"Show a reply button next to every chat message");
Expand Down

0 comments on commit 2f32a85

Please sign in to comment.