summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2021-04-15 22:20:54 +0900
committerGitHub <noreply@github.com>2021-04-15 09:20:54 -0400
commit65db384c67484f73492c100ea301a90ed0e0ff4e (patch)
treee739ed29b816154d92dd5b182eadbcf1556f995f
parent6fbff3ab06b04fadc29f8dce5feb5ad98556ea14 (diff)
downloadsdl_core-65db384c67484f73492c100ea301a90ed0e0ff4e.tar.gz
Specify a dedicated folder for icon storage (#2202)
-rw-r--r--src/appMain/smartDeviceLink.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index ed0e672552..da85809197 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -269,7 +269,8 @@ HashStringSize = 32
[SDL4]
; Section for features added in protocol version 4
; Path where apps icons must be stored
-AppIconsFolder = storage
+; Specify a dedicated folder, as old files in this folder can be automatically removed
+AppIconsFolder = icons
; Max size of the folder in bytes
AppIconsFolderMaxSize = 104857600
; Amount of oldest icons to remove in case of max folder size was reached