comply to style guies

This commit is contained in:
ckath 2019-03-24 01:04:25 +01:00 committed by pajlada
parent b3af777382
commit fac1a6d00c

View file

@ -190,7 +190,8 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addCheckbox("Show tab close button", s.showTabCloseButton);
layout.addCheckbox("Show input when empty", s.showEmptyInput);
layout.addCheckbox("Show input message length", s.showMessageLength);
layout.addCheckbox("Hide preferences button (ctrl+p to show)", s.hidePreferencesButton);
layout.addCheckbox("Hide preferences button (ctrl+p to show)",
s.hidePreferencesButton);
layout.addCheckbox("Hide user button", s.hideUserButton);
layout.addTitle("Messages");