mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
add BackToTopVirtual component
This commit is contained in:
@@ -6,7 +6,7 @@ import { useAppearanceSettingsStore } from '../stores';
|
||||
import configRepository from '../service/config';
|
||||
|
||||
export function useMainLayoutResizable() {
|
||||
const asideMaxPx = 500;
|
||||
const asideMaxPx = 700;
|
||||
|
||||
const appearanceStore = useAppearanceSettingsStore();
|
||||
const { setAsideWidth } = appearanceStore;
|
||||
|
||||
Reference in New Issue
Block a user