From 42cc8759895dabf54682cba0f4c0bd92ceffea08 Mon Sep 17 00:00:00 2001 From: Hirame1 <56225774+Hirame1@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:10:20 +0700 Subject: [PATCH] Renamed the function --- .../modals/options/hidden-tabs/HiddenTabsModal.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/modals/options/hidden-tabs/HiddenTabsModal.vue b/src/components/modals/options/hidden-tabs/HiddenTabsModal.vue index 23fb2c3ce..048658354 100644 --- a/src/components/modals/options/hidden-tabs/HiddenTabsModal.vue +++ b/src/components/modals/options/hidden-tabs/HiddenTabsModal.vue @@ -24,7 +24,7 @@ export default { this.isEnslaved = Enslaved.isRunning; this.isAlmostEnd = Pelle.hasGalaxyGenerator; }, - resetAllTabs() { + showAllTabs() { for (const tab of this.tabs) { tab.unhideTab(); for (const subtab of tab.subtabs) @@ -58,9 +58,9 @@ export default { (You cannot hide your tabs within this Reality) - Reset all tabs + Show all tabs