diff --git a/app/scripts/storage/impl/storage-file.js b/app/scripts/storage/impl/storage-file.js index 1fc24d4f..4c08da01 100644 --- a/app/scripts/storage/impl/storage-file.js +++ b/app/scripts/storage/impl/storage-file.js @@ -5,7 +5,7 @@ const fileWatchers = {}; class StorageFile extends StorageBase { name = 'file'; - icon = 'hdd-o'; + icon = 'hdd'; enabled = !!Launcher; system = true; backup = true;