Customizable ColorPicker (#2202)

* Added spinbox, refactored colorpicker

* Added add preset functionality

* Added delete preset

* Refactored code

* Fix
This commit is contained in:
Dearsh Oberoi
2022-01-31 00:33:07 +05:30
committed by GitHub
parent 1cc5a26292
commit 259e438f96
19 changed files with 563 additions and 142 deletions

View File

@@ -84,6 +84,8 @@ void GeneralConf::_updateComponents(bool allowEmptySavePath)
m_autoCloseIdleDaemon->setChecked(config.autoCloseIdleDaemon());
#endif
m_predefinedColorPaletteLarge->setChecked(
config.predefinedColorPaletteLarge());
m_showStartupLaunchMessage->setChecked(config.showStartupLaunchMessage());
m_screenshotPathFixedCheck->setChecked(config.savePathFixed());
m_uploadHistoryMax->setValue(config.uploadHistoryMax());