replace icons
This commit is contained in:
@@ -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),
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user