[Update] Main Page: Message Logs: Add message log settings. and add tot visible resend or not toggle.
This commit is contained in:
@@ -91,7 +91,7 @@ const UiScalingContainer = () => {
|
||||
};
|
||||
|
||||
|
||||
const MessageLogUiScalingContainer = () => {
|
||||
export const MessageLogUiScalingContainer = () => {
|
||||
const { t } = useTranslation();
|
||||
const { currentMessageLogUiScaling, setMessageLogUiScaling } = useMessageLogUiScaling();
|
||||
const [ui_message_log_ui_scaling, setUiMessageLogUiScaling] = useState(currentMessageLogUiScaling.data);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export { Device } from "./device/Device";
|
||||
export { Appearance } from "./appearance/Appearance";
|
||||
export { Appearance, MessageLogUiScalingContainer } from "./appearance/Appearance";
|
||||
export { Translation } from "./translation/Translation";
|
||||
export { Transcription } from "./transcription/Transcription";
|
||||
export { Others, VrcMicMuteSyncContainer } from "./others/Others";
|
||||
|
||||
Reference in New Issue
Block a user