From 39c7cb2e224289d2b53757e74768e154121fab53 Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 19 Mar 2021 22:11:55 +0100 Subject: [PATCH] restored the missing disk icon --- app/scripts/storage/impl/storage-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;