Skip to content

Commit 2deca39

Browse files
committed
Update modal title
1 parent a028dba commit 2deca39

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-icons-plugin",
33
"name": "Icons",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"minAppVersion": "0.10.7",
66
"description": "Add icons to your Obsidian notes.",
77
"author": "Camillo Visini",

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ export default class IconsPlugin extends Plugin {
110110
await this.loadSettings()
111111

112112
this.addCommand({
113-
id: "open-sample-modal",
114-
name: "Open Sample Modal",
113+
id: "open-icons-plugin-modal",
114+
name: "Insert Icon",
115115
hotkeys: [{ modifiers: ["Ctrl", "Shift"], key: "i" }],
116116
callback: () => {
117117
const modal = new IconsPluginPickerModal(this.app, this, this.settings)

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.2.0": "0.10.7",
3-
"0.2.1": "0.10.7"
3+
"0.2.1": "0.10.7",
4+
"0.2.2": "0.10.7"
45
}

0 commit comments

Comments
 (0)