[Fix/Update] FIx OSC availability handling and integrate into UI components.

This commit is contained in:
Sakamoto Shiina
2025-11-18 07:22:20 +09:00
parent d22c6c8f0c
commit fbbc1a8d45
8 changed files with 71 additions and 42 deletions

View File

@@ -12,5 +12,6 @@ export { useUpdateSoftware } from "./useUpdateSoftware";
export { useVolume } from "./useVolume";
export { useHandleNetworkConnection } from "./useHandleNetworkConnection";
export { useHandleOscQuery } from "./useHandleOscQuery";
export { useIsOscAvailable } from "./useIsOscAvailable";
export { useIsVrctAvailable } from "./useIsVrctAvailable";
export { useFetch } from "./useFetch";