- Folder tree in navigator now has correct ordering with folder list in file view

- added translation to alert popup
- SCOUT_QUEUE default to true
This commit is contained in:
Peter Papp
2020-12-05 11:18:37 +01:00
parent 77e29852a5
commit 08bf6654fc
7 changed files with 244 additions and 230 deletions

View File

@@ -41,7 +41,7 @@ return [
|
*/
'queue' => env('SCOUT_QUEUE', false),
'queue' => env('SCOUT_QUEUE', true),
/*
|--------------------------------------------------------------------------