summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-07-28 18:22:12 -0400
committerAAGaming <aagaming@riseup.net>2024-08-03 14:04:20 -0400
commit4cde25c43e112b4e305ad7789b502f41348e2e90 (patch)
tree482ef3fb61b7c2f12dac1a1586eb5529ed1da5bf
parentb8bf9f343cbe10a1fc224e5bd02cf93b40e4854f (diff)
downloaddecky-loader-4cde25c43e112b4e305ad7789b502f41348e2e90.tar.gz
decky-loader-4cde25c43e112b4e305ad7789b502f41348e2e90.zip
fix(tabshook): remove useless leftover alternate.type set in deinit
-rw-r--r--frontend/src/tabs-hook.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx
index 41bfad1a..493faa6b 100644
--- a/frontend/src/tabs-hook.tsx
+++ b/frontend/src/tabs-hook.tsx
@@ -72,7 +72,6 @@ class TabsHook extends Logger {
deinit() {
this.qamPatch?.unpatch();
- // this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
}
add(tab: Tab) {