add back settings for hiding buttons

This commit is contained in:
ckath 2019-03-24 00:54:56 +01:00 committed by pajlada
parent 81a4bff131
commit b3af777382

View file

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