From 5228252c8e84d568392d0e2e34394591a4e59218 Mon Sep 17 00:00:00 2001 From: pa Date: Thu, 8 Jan 2026 19:05:51 +0900 Subject: [PATCH] fix playerlist icon sorting --- src/views/PlayerList/columns.jsx | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/views/PlayerList/columns.jsx b/src/views/PlayerList/columns.jsx index 8eb70e0a..22e80a03 100644 --- a/src/views/PlayerList/columns.jsx +++ b/src/views/PlayerList/columns.jsx @@ -14,12 +14,19 @@ import { i18n } from '../../plugin'; const { t } = i18n.global; -const sortButton = ({ column, label }) => ( +const sortButton = ({ column, label, descFirst = false }) => (