Skip to content

Commit 4a20ba6

Browse files
authored
Merge pull request #191 from ipuppet/dev
change sf symbol
2 parents d2af175 + 7906cd3 commit 4a20ba6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"name": "CAIO",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"author": "ipuppet",
66
"module": false
77
},

dist/CAIO.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

scripts/app-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AppUI {
2323

2424
static renderMainUI() {
2525
const buttons = {
26-
clips: { icon: "doc.on.clipboard", title: $l10n("CLIPS") },
26+
clips: { icon: "doc.on.clipboard.fill", title: $l10n("CLIPS") },
2727
actions: { icon: "command", title: $l10n("ACTIONS") },
2828
setting: { icon: "gear", title: $l10n("SETTING") }
2929
}

scripts/setting/general/clip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { SettingSwitch, SettingScript, SettingNumber, SettingPush, SettingChild } = require("../../libs/easy-jsbox")
22

33
module.exports = new SettingChild({
4-
icon: ["doc.on.clipboard", "#FFCC66"],
4+
icon: ["doc.on.clipboard.fill", "#FFCC66"],
55
title: "CLIPS"
66
}).with({
77
children: [

0 commit comments

Comments
 (0)