diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-28 18:22:12 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-08-03 14:04:20 -0400 |
| commit | 4cde25c43e112b4e305ad7789b502f41348e2e90 (patch) | |
| tree | 482ef3fb61b7c2f12dac1a1586eb5529ed1da5bf | |
| parent | b8bf9f343cbe10a1fc224e5bd02cf93b40e4854f (diff) | |
| download | decky-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.tsx | 1 |
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) { |
