mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Fixed experimental tab apply checkbox not working properly.
This commit is contained in:
parent
02610a94fd
commit
0ad8107e4a
@ -217,7 +217,7 @@ function loadLatestUsedSettings() {
|
|||||||
function registerEventListenerForSettingsInput() {
|
function registerEventListenerForSettingsInput() {
|
||||||
const settings = require('electron-settings');
|
const settings = require('electron-settings');
|
||||||
|
|
||||||
var checkbox_toggle_options = document.querySelectorAll('#controller-tab input[id^=apply_]');
|
var checkbox_toggle_options = document.querySelectorAll('#controller-tab input[id^=apply_], #experimental-tab input[id^=apply_]');
|
||||||
const hideOptionBasedOnInput = function (input) {
|
const hideOptionBasedOnInput = function (input) {
|
||||||
if (input.checked) {
|
if (input.checked) {
|
||||||
input.parentElement.parentElement.nextElementSibling.removeAttribute('hidden');
|
input.parentElement.parentElement.nextElementSibling.removeAttribute('hidden');
|
||||||
|
Loading…
Reference in New Issue
Block a user