mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 21:22:01 +00:00
somehow accidentally left this in
This commit is contained in:
@@ -23,7 +23,6 @@ class TabsHook extends Logger {
|
|||||||
tabs: Tab[] = [];
|
tabs: Tab[] = [];
|
||||||
private qAMRoot?: any;
|
private qAMRoot?: any;
|
||||||
private qamPatch?: Patch;
|
private qamPatch?: Patch;
|
||||||
private unsubscribeSecurity?: () => void;
|
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super('TabsHook');
|
super('TabsHook');
|
||||||
@@ -114,7 +113,6 @@ class TabsHook extends Logger {
|
|||||||
deinit() {
|
deinit() {
|
||||||
this.qamPatch?.unpatch();
|
this.qamPatch?.unpatch();
|
||||||
this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
|
this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
|
||||||
this.unsubscribeSecurity?.();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
add(tab: Tab) {
|
add(tab: Tab) {
|
||||||
|
|||||||
Reference in New Issue
Block a user