Skip to content

Commit 0633d07

Browse files
committed
m17n
1 parent ec0d136 commit 0633d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PluginManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function getInstalledPlugins() {
1010
return window.fcitx.getInstalledPlugins().sort()
1111
}
1212
13-
const allPlugins = ['anthy', 'chewing', 'chinese-addons', 'hallelujah', 'hangul', 'lua', 'mozc', 'rime', 'sayura', 'thai', 'unikey']
13+
const allPlugins = ['anthy', 'chewing', 'chinese-addons', 'hallelujah', 'hangul', 'lua', 'm17n', 'mozc', 'rime', 'sayura', 'thai', 'unikey']
1414
const installedPlugins = ref<string[]>(getInstalledPlugins())
1515
const availablePlugins = computed(() => allPlugins.filter(plugin => !installedPlugins.value.includes(plugin)))
1616

0 commit comments

Comments
 (0)