fix: missing comma

This commit is contained in:
Gabriele Musco 2023-10-02 07:12:00 +02:00
parent 8508a06e2a
commit 5e451fb153
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -295,7 +295,7 @@ impl SimpleComponent for MainView {
res = get_set_amd_vr_pow_prof_cmd(ds);
}
res
}
},
set_enable_undo: false,
}
}