replaced ti-settings
This commit is contained in:
@@ -74,7 +74,7 @@ const menu: MenuItem[] = [
|
||||
action: setAntenna,
|
||||
},
|
||||
{
|
||||
icon: 'ph-gear ph-bold ph-lg',
|
||||
icon: 'ti ti-settings',
|
||||
text: i18n.ts.editAntenna,
|
||||
action: editAntenna,
|
||||
},
|
||||
|
||||
@@ -105,7 +105,7 @@ function toggleActive() {
|
||||
|
||||
function getMenu() {
|
||||
let items: MenuItem[] = [{
|
||||
icon: 'ph-gear ph-bold ph-lg',
|
||||
icon: 'ti ti-settings',
|
||||
text: i18n.ts._deck.configureColumn,
|
||||
action: async () => {
|
||||
const { canceled, result } = await os.form(props.column.name, {
|
||||
|
||||
@@ -86,7 +86,7 @@ const menu: MenuItem[] = [
|
||||
action: setList,
|
||||
},
|
||||
{
|
||||
icon: 'ph-gear ph-bold ph-lg',
|
||||
icon: 'ti ti-settings',
|
||||
text: i18n.ts.editList,
|
||||
action: editList,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user