Skip to content

Commit

Permalink
Fixed config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxudo authored Jan 9, 2019
1 parent da61f1f commit 99bee57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
| set show_virtual_displays to FALSE.
|
*/
$conf['keep_previous_displays'] = env('DISPLAYS_INFO_KEEP_PREVIOUS', true),
$conf['show_virtual_displays'] = env('SHOW_VIRTUAL_DISPLAYS', true),
];
'keep_previous_displays' => env('DISPLAYS_INFO_KEEP_PREVIOUS', true),
'show_virtual_displays' => env('SHOW_VIRTUAL_DISPLAYS', true),
];

0 comments on commit 99bee57

Please sign in to comment.