We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0d136 commit 0633d07Copy full SHA for 0633d07
src/PluginManager.vue
@@ -10,7 +10,7 @@ function getInstalledPlugins() {
10
return window.fcitx.getInstalledPlugins().sort()
11
}
12
13
-const allPlugins = ['anthy', 'chewing', 'chinese-addons', 'hallelujah', 'hangul', 'lua', 'mozc', 'rime', 'sayura', 'thai', 'unikey']
+const allPlugins = ['anthy', 'chewing', 'chinese-addons', 'hallelujah', 'hangul', 'lua', 'm17n', 'mozc', 'rime', 'sayura', 'thai', 'unikey']
14
const installedPlugins = ref<string[]>(getInstalledPlugins())
15
const availablePlugins = computed(() => allPlugins.filter(plugin => !installedPlugins.value.includes(plugin)))
16
0 commit comments