Startup - Send all tabs home
Posted: 02 Jan 2026 06:19
I have several tabs with home zones locked in. Just wondering if there was a way to set them all to their home location when start XYplorer?
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc2/
Code: Select all
while ($i++ < tab('get', 'c')) {
$h = tab('get', 'home', $i);
if ($h) { tab('relocate', $h, $i); }
}