navigate to the root directory when showing the main filelist

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-09-28 15:15:49 +02:00
parent df00dc89d1
commit ac31b67f42
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with 1 additions and 0 deletions

View File

@ -564,6 +564,7 @@
*/
_onShow: function(e) {
if (this.shown) {
this._setCurrentDir('/', false);
this.reload();
}
this.shown = true;