Tabs to 4 spaces

This commit is contained in:
cmdr2 2022-11-30 12:18:34 +05:30
parent 0ea38db7ef
commit ff9430b8a2
3 changed files with 198 additions and 199 deletions

View File

@ -278,7 +278,6 @@ function getCurrentRenderDeviceSelection() {
useCPUField.addEventListener('click', function() {
let gpuSettingEntry = getParameterSettingsEntry('use_gpus')
let autoPickGPUSettingEntry = getParameterSettingsEntry('auto_pick_gpus')
console.log("hello", this.checked);
if (this.checked) {
gpuSettingEntry.style.display = 'none'
autoPickGPUSettingEntry.style.display = 'none'