1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

Open file tab by default

This commit is contained in:
2023-07-24 20:07:29 +02:00
parent d677b825e1
commit 0e376866a7
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
$: if (path.join('.') !== prevPath) {
hostTab = 'status';
dbTab = 'stats';
collTab = 'stats';
collTab = 'find';
prevPath = path.join('.');
}