mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix(tabshook): remove useless leftover alternate.type set in deinit
This commit is contained in:
@@ -72,7 +72,6 @@ class TabsHook extends Logger {
|
|||||||
|
|
||||||
deinit() {
|
deinit() {
|
||||||
this.qamPatch?.unpatch();
|
this.qamPatch?.unpatch();
|
||||||
// this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
add(tab: Tab) {
|
add(tab: Tab) {
|
||||||
|
|||||||
Reference in New Issue
Block a user