restored the missing disk icon

This commit is contained in:
antelle 2021-03-19 22:11:55 +01:00
parent 3c9af179e1
commit 39c7cb2e22
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const fileWatchers = {};
class StorageFile extends StorageBase { class StorageFile extends StorageBase {
name = 'file'; name = 'file';
icon = 'hdd-o'; icon = 'hdd';
enabled = !!Launcher; enabled = !!Launcher;
system = true; system = true;
backup = true; backup = true;