Skip to content

Commit e856ca8

Browse files
committed
Fixed: remove character
1 parent d7c8c0e commit e856ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/components/SettingItems/settingItems.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const emit = defineEmits<{ (e: "toggle", value: boolean): void }>();
1515
const { t, locale } = useI18n();
1616
const { isWindows } = usePlatform();
1717
const { language } = useSettingManager();
18-
const { setAppConfig } = useSettingManager();\
18+
const { setAppConfig } = useSettingManager();
1919
2020
const imagesMap: Record<string, string | undefined> = {
2121
iterm: getImageByName("item2"),

0 commit comments

Comments
 (0)