1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00

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

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;