restored the missing disk icon

This commit is contained in:
antelle 2021-03-19 22:11:55 +01:00
parent 576c8f97bd
commit 42e484827f
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 {
name = 'file';
icon = 'hdd-o';
icon = 'hdd';
enabled = !!Launcher;
system = true;
backup = true;