mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix finding qam root node for feb 14th beta
This commit is contained in:
@@ -40,7 +40,8 @@ class TabsHook extends Logger {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
typeof currentNode?.memoizedProps?.visible == 'boolean' &&
|
(typeof currentNode?.memoizedProps?.visible == 'boolean' ||
|
||||||
|
typeof currentNode?.memoizedProps?.active == 'boolean') &&
|
||||||
currentNode?.type?.toString()?.includes('QuickAccessMenuBrowserView')
|
currentNode?.type?.toString()?.includes('QuickAccessMenuBrowserView')
|
||||||
) {
|
) {
|
||||||
this.log(`QAM root was found in ${iters} recursion cycles`);
|
this.log(`QAM root was found in ${iters} recursion cycles`);
|
||||||
|
|||||||
Reference in New Issue
Block a user