Customizable ColorPicker (#2202)
* Added spinbox, refactored colorpicker * Added add preset functionality * Added delete preset * Refactored code * Fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user