mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 18:01:54 +00:00
fix empty settings and store screens after reboot
This commit is contained in:
@@ -103,7 +103,7 @@ class TabsHook extends Logger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
deinit() {
|
deinit() {
|
||||||
unpatch(this.cNode.stateNode, 'render');
|
if (this.cNode) unpatch(this.cNode.stateNode, 'render');
|
||||||
if (this.qAPTree) this.qAPTree.type = this.quickAccess;
|
if (this.qAPTree) this.qAPTree.type = this.quickAccess;
|
||||||
if (this.rendererTree) this.rendererTree.type = this.tabRenderer;
|
if (this.rendererTree) this.rendererTree.type = this.tabRenderer;
|
||||||
if (this.cNode) this.cNode.stateNode.forceUpdate();
|
if (this.cNode) this.cNode.stateNode.forceUpdate();
|
||||||
|
|||||||
Reference in New Issue
Block a user