feat(commands): add get/set rectifier config commands

This commit is contained in:
YoVinchen
2026-01-12 14:39:52 +08:00
parent c2b8fc655e
commit b19a0ef705
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -703,6 +703,8 @@ pub fn run() {
commands::read_live_provider_settings,
commands::get_settings,
commands::save_settings,
commands::get_rectifier_config,
commands::set_rectifier_config,
commands::restart_app,
commands::check_for_updates,
commands::is_portable_mode,