mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Copy settings as discussed here: https://swift-project.slack.com/archives/G96QTUBEG/p1538703968000100
This commit is contained in:
@@ -407,7 +407,7 @@ namespace BlackGui
|
|||||||
CGuiUtility::checkBoxReadOnly(cb, readOnly);
|
CGuiUtility::checkBoxReadOnly(cb, readOnly);
|
||||||
if (readOnly) { cb->setChecked(false); }
|
if (readOnly) { cb->setChecked(false); }
|
||||||
cb->setEnabled(!readOnly);
|
cb->setEnabled(!readOnly);
|
||||||
cb->setIcon(readOnly ? CIcons::cross16() : CIcons::tick16());
|
// cb->setIcon(readOnly ? CIcons::cross16() : CIcons::tick16());
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CCopySettingsAndCachesComponent::checkBoxText(const QString &text, bool setting)
|
QString CCopySettingsAndCachesComponent::checkBoxText(const QString &text, bool setting)
|
||||||
|
|||||||
Reference in New Issue
Block a user