Added autorun on boot setting for windows.

This commit is contained in:
fourtf
2019-07-23 23:56:14 +02:00
parent a85e5821ba
commit 39f44d74b3
3 changed files with 11 additions and 0 deletions
@@ -170,6 +170,9 @@ void GeneralPage::initLayout(SettingsLayout &layout)
},
[](auto args) { return fuzzyToFloat(args.value, 1.f); });
layout.addCheckbox("Always on top", s.windowTopMost);
#ifdef USEWINSDK
layout.addCheckbox("Start with Windows", s.autorun);
#endif
layout.addTitle("Interface");
layout.addDropdown<float>(