replace icons
This commit is contained in:
parent
326b2c254a
commit
43bd8ace96
8 changed files with 14 additions and 14 deletions
|
|
@ -79,7 +79,7 @@ const menu: MenuItem[] = [
|
|||
action: editAntenna,
|
||||
},
|
||||
{
|
||||
icon: 'ti ti-bell',
|
||||
icon: 'ph-bell-ringing ph-bold ph-lg',
|
||||
text: i18n.ts._deck.newNoteNotificationSettings,
|
||||
action: () => soundSettingsButton(soundSetting),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ const menu: MenuItem[] = [{
|
|||
text: i18n.ts.fileAttachedOnly,
|
||||
ref: onlyFiles,
|
||||
}, {
|
||||
icon: 'ti ti-bell',
|
||||
icon: 'ph-bell-ringing ph-bold ph-lg',
|
||||
text: i18n.ts._deck.newNoteNotificationSettings,
|
||||
action: () => soundSettingsButton(soundSetting),
|
||||
}];
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ const menu: MenuItem[] = [
|
|||
ref: onlyFiles,
|
||||
},
|
||||
{
|
||||
icon: 'ti ti-bell',
|
||||
icon: 'ph-bell-ringing ph-bold ph-lg',
|
||||
text: i18n.ts._deck.newNoteNotificationSettings,
|
||||
action: () => soundSettingsButton(soundSetting),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ const menu: MenuItem[] = [{
|
|||
text: i18n.ts.role,
|
||||
action: setRole,
|
||||
}, {
|
||||
icon: 'ti ti-bell',
|
||||
icon: 'ph-bell-ringing ph-bold ph-lg',
|
||||
text: i18n.ts._deck.newNoteNotificationSettings,
|
||||
action: () => soundSettingsButton(soundSetting),
|
||||
}];
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ const menu: MenuItem[] = [{
|
|||
text: i18n.ts.timeline,
|
||||
action: setType,
|
||||
}, {
|
||||
icon: 'ti ti-bell',
|
||||
icon: 'ph-bell-ringing ph-bold ph-lg',
|
||||
text: i18n.ts._deck.newNoteNotificationSettings,
|
||||
action: () => soundSettingsButton(soundSetting),
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue