fix darktheme loading
This commit is contained in:
@@ -150,12 +150,11 @@ export class ProfileFieldDialog {
|
||||
}
|
||||
|
||||
booleanChange(profileField) {
|
||||
if(profileField.value == 'false') {
|
||||
profileField.value = 'true';
|
||||
} else {
|
||||
if(profileField.value == 'true') {
|
||||
profileField.value = 'false';
|
||||
} else {
|
||||
profileField.value = 'true';
|
||||
}
|
||||
console.log(profileField);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user