1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Cleanup file browser, added loading indicator

This commit is contained in:
Mark McDowall
2014-12-20 21:54:29 -08:00
parent 7a21f8b151
commit 7f91e0284f
3 changed files with 9 additions and 7 deletions
@@ -42,7 +42,7 @@ define(
this._showCurrentDirs();
}
this.ui.pathInput.fileBrowser({ showFiles: true, showLastModified: true });
this.ui.pathInput.fileBrowser();
},
_onFolderSelected: function (options) {