ui: Update Feature Status texts (#282)

This commit is contained in:
Jason Wen
2023-09-19 00:26:43 -04:00
committed by GitHub
parent 0481fefa26
commit 65e08b51a0
+1 -1
View File
@@ -25,7 +25,7 @@ const QRect speed_sgn_rc(UI_BORDER_SIZE * 2, UI_BORDER_SIZE * 2.5 + 202, 184, 18
struct FeatureStatusText {
const QStringList dlp_list_text = { "Laneful", "Laneless", "Auto" };
const QStringList gac_list_text = { "Maniac", "Aggressive", "Standard", "Relaxed" };
const QStringList slc_list_text = { "Inactive", "TempInactive", "Adapting", "Active" };
const QStringList slc_list_text = { "Inactive", "Temp Off", "Adapting", "Active" };
};
struct FeatureStatusColor {