diff --git a/public/script.js b/public/script.js index cc339b228..8a13e3487 100644 --- a/public/script.js +++ b/public/script.js @@ -83,6 +83,7 @@ import { resetMovableStyles, forceCharacterEditorTokenize, applyPowerUserSettings, + switchSwipeNumAllMessages, } from './scripts/power-user.js'; import { @@ -7515,7 +7516,7 @@ export function showSwipeButtons() { //console.log(swipeId); //console.log(chat[chat.length - 1].swipes.length); - //switchSwipeNumAllMessages(); + switchSwipeNumAllMessages(); } export function hideSwipeButtons() {