Skip to content

Commit 359c6b9

Browse files
committed
kaomoji: move launcher setting to the main/plugin settings
1 parent e83c779 commit 359c6b9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

kaomoji/plugin.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "noctalia/kaomoji"
22
name = "Kaomoji"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
min_noctalia = "5.0.0"
55
author = "noctalia"
66
license = "MIT"
@@ -9,6 +9,13 @@ tags = ["emoticon", "launcher"]
99
icon = "mood-smile"
1010
description = "Browse and search kaomoji emoticons from the launcher and copy them to the clipboard."
1111

12+
[[setting]]
13+
key = "notify_on_copy"
14+
type = "bool"
15+
label_key = "settings.notify_on_copy.label"
16+
description_key = "settings.notify_on_copy.description"
17+
default = true
18+
1219

1320
[[launcher_provider]]
1421
id = "kaomoji"
@@ -17,13 +24,6 @@ prefix = "/kao"
1724
glyph = "mood-smile"
1825
include_in_global_search = false
1926

20-
[[launcher_provider.setting]]
21-
key = "notify_on_copy"
22-
type = "bool"
23-
label_key = "settings.notify_on_copy.label"
24-
description_key = "settings.notify_on_copy.description"
25-
default = true
26-
2727
# Category filter bar. Each label must match the `category` field the script
2828
# sets on its result rows (see kaomoji.luau / database.json).
2929
[[launcher_provider.category]]

0 commit comments

Comments
 (0)