diff --git a/src/views/app.js b/src/views/app.js index ad9f20c1e..47b45000d 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -702,7 +702,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' $scope.storage.mounts = []; $scope.storage.locationOptions = [ - { id: 'default', type: 'default', value: '', displayName: 'Default - /home/yellowtent/appsdata/' }, + { id: 'default', type: 'default', value: '', displayName: 'Default - /home/yellowtent/appsdata/' + app.id }, { id: 'custom', type: 'custom', value: app.dataDir, displayName: 'Custom Folder Path' } ];