update drive icon

This commit is contained in:
daria 2025-07-16 18:13:03 +03:00
parent 38d67af638
commit a048afd3f1
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -2172,10 +2172,7 @@ define([
if (padType !== 'drive' || (!accountName && priv.newSharedFolder)) {
options.push({
tag: 'a',
attributes: {
'class': 'fa fa-hdd-o',
},
content: h('span', Messages.type.drive),
content: h('span', [Icons.get('drive')], Messages.type.drive),
action: function () {
Common.openURL(origin+'/drive/');
},