mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 13:36:04 +02:00
add vertical panel option to dashboard settings page
This commit is contained in:
@@ -24,7 +24,9 @@ function cloneRows(rows) {
|
||||
if (!panels.length) {
|
||||
return null;
|
||||
}
|
||||
return { panels };
|
||||
const direction =
|
||||
row?.direction === 'vertical' ? 'vertical' : 'horizontal';
|
||||
return { panels, direction };
|
||||
})
|
||||
.filter(Boolean);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user