mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
fix CJK fonts
This commit is contained in:
@@ -786,7 +786,6 @@
|
||||
import { favoriteRequest, miscRequest, userRequest, worldRequest } from '../../../api';
|
||||
import { database } from '../../../service/database.js';
|
||||
import {
|
||||
getNextDialogIndex,
|
||||
buildTreeData,
|
||||
downloadAndSaveJson,
|
||||
openExternalLink,
|
||||
@@ -802,6 +801,8 @@
|
||||
textToHex,
|
||||
copyToClipboard
|
||||
} from '../../../shared/utils';
|
||||
import { getNextDialogIndex } from '../../../shared/utils/base/ui';
|
||||
|
||||
import {
|
||||
useAppearanceSettingsStore,
|
||||
useFavoriteStore,
|
||||
|
||||
Reference in New Issue
Block a user