added "beta update" settings

This commit is contained in:
fourtf
2019-09-02 10:52:01 +02:00
parent b1ed458c31
commit 42581598e1
4 changed files with 19 additions and 2 deletions
@@ -290,6 +290,11 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addCheckbox("Category", s.headerGame);
layout.addCheckbox("Title", s.headerStreamTitle);
layout.addTitle("Beta");
layout.addDescription("You can receive updates earlier by ticking the box "
"below. Updates are checked on startup.");
layout.addCheckbox("Receive beta updates", s.betaUpdates);
layout.addTitle("Miscellaneous");
//layout.addWidget(makeOpenSettingDirButton());