Fix hotswap sorting

This commit is contained in:
SillyLossy
2023-05-12 17:01:53 +03:00
parent d1edda6902
commit c1350c9175
4 changed files with 11 additions and 2 deletions

View File

@ -9,6 +9,7 @@ import {
getRequestHeaders,
substituteParams,
} from "../script.js";
import { favsToHotswap } from "./RossAscends-mods.js";
import {
groups,
selected_group,
@ -986,6 +987,7 @@ $(document).ready(() => {
power_user.sort_order = $(this).find(":selected").data('order');
power_user.sort_rule = $(this).find(":selected").data('rule');
sortCharactersList();
favsToHotswap();
saveSettingsDebounced();
});