Skip to content

Commit

Permalink
Sort plugins by name
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer committed Mar 23, 2024
1 parent e5dd49e commit 9bdfceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ pub async fn load_plugins() -> Vec<Plugin> {
);
}
}
plugins.sort_unstable_by(|a, b| a.name.to_lowercase().cmp(&b.name.to_lowercase()));
plugins
}

Expand Down

0 comments on commit 9bdfceb

Please sign in to comment.