mirror of https://github.com/keeweb/keeweb
restored the missing disk icon
parent
576c8f97bd
commit
42e484827f
|
@ -5,7 +5,7 @@ const fileWatchers = {};
|
|||
|
||||
class StorageFile extends StorageBase {
|
||||
name = 'file';
|
||||
icon = 'hdd-o';
|
||||
icon = 'hdd';
|
||||
enabled = !!Launcher;
|
||||
system = true;
|
||||
backup = true;
|
||||
|
|
Loading…
Reference in New Issue