mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
open home folder by default
This commit is contained in:
parent
475f5749b0
commit
689667fe94
1 changed files with 6 additions and 2 deletions
|
|
@ -52,8 +52,12 @@ class Open
|
|||
]
|
||||
);
|
||||
|
||||
/* @TODO keep last path
|
||||
$dialog->set_current_folder();*/
|
||||
if ($home = getenv('HOME')) // @TODO keep last path
|
||||
{
|
||||
$dialog->set_current_folder(
|
||||
$home
|
||||
);
|
||||
}
|
||||
|
||||
$dialog->set_select_multiple(
|
||||
$this->_multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue