Added pref option to disable the FreeCAD logo in the FCStd file thumbnail
This commit is contained in:
@@ -69,6 +69,7 @@ void DlgSettingsDocumentImp::saveSettings()
|
||||
prefSaveTransaction->onSave();
|
||||
prefDiscardTransaction->onSave();
|
||||
prefSaveThumbnail->onSave();
|
||||
prefAddLogo->onSave();
|
||||
prefSaveBackupFiles->onSave();
|
||||
prefCountBackupFiles->onSave();
|
||||
prefDuplicateLabel->onSave();
|
||||
@@ -97,6 +98,7 @@ void DlgSettingsDocumentImp::loadSettings()
|
||||
prefSaveTransaction->onRestore();
|
||||
prefDiscardTransaction->onRestore();
|
||||
prefSaveThumbnail->onRestore();
|
||||
prefAddLogo->onRestore();
|
||||
prefSaveBackupFiles->onRestore();
|
||||
prefCountBackupFiles->onRestore();
|
||||
prefDuplicateLabel->onRestore();
|
||||
|
||||
Reference in New Issue
Block a user