fix(tabshook): remove useless leftover alternate.type set in deinit

This commit is contained in:
AAGaming
2024-07-28 18:22:12 -04:00
parent b8bf9f343c
commit 4cde25c43e
-1
View File
@@ -72,7 +72,6 @@ class TabsHook extends Logger {
deinit() {
this.qamPatch?.unpatch();
// this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
}
add(tab: Tab) {