mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
fix: name the correct power profile
This commit is contained in:
@@ -634,7 +634,7 @@ export component PageSystem inherits Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SystemDropdown {
|
SystemDropdown {
|
||||||
text: @tr("EPP for Quiet Policy");
|
text: @tr("EPP for ") + SystemPageData.platform_profile_choices[2] + @tr(" Policy");
|
||||||
current_index <=> SystemPageData.profile_quiet_epp;
|
current_index <=> SystemPageData.profile_quiet_epp;
|
||||||
current_value: SystemPageData.energy_performance_choices[SystemPageData.profile_quiet_epp];
|
current_value: SystemPageData.energy_performance_choices[SystemPageData.profile_quiet_epp];
|
||||||
model <=> SystemPageData.energy_performance_choices;
|
model <=> SystemPageData.energy_performance_choices;
|
||||||
|
|||||||
Reference in New Issue
Block a user