mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
rog-gui: sort fan curve by name
This commit is contained in:
@@ -66,6 +66,7 @@ impl<'a> RogApp<'a> {
|
||||
}
|
||||
};
|
||||
|
||||
profiles.list.sort();
|
||||
for f in profiles.list.iter() {
|
||||
item(*f, curves, curves.enabled.contains(f));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user