mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 12:11:58 +00:00
Appease prettier
i must have done a great deal of harm in a past life to deserve this mistreatment by formatting tools. why do they hate me.
This commit is contained in:
@@ -41,7 +41,7 @@ class TabsHook extends Logger {
|
|||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
(typeof currentNode?.memoizedProps?.visible == 'boolean' ||
|
(typeof currentNode?.memoizedProps?.visible == 'boolean' ||
|
||||||
typeof currentNode?.memoizedProps?.active == '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