From 26d6689787994770a819b2d4e645e710ed38f89b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 2 Jun 2022 10:56:36 -0700 Subject: [PATCH] Show full app.id --- src/views/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ];