[Update] Add VRCT Availability Status that if the status set to false, that is when ai models has not been detected by backend, can't use VRCT.
This commit is contained in:
10
src-ui/logics/common/useIsVrctAvailable.js
Normal file
10
src-ui/logics/common/useIsVrctAvailable.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { useStore_IsVrctAvailable } from "@store";
|
||||
|
||||
export const useIsVrctAvailable = () => {
|
||||
const { currentIsVrctAvailable, updateIsVrctAvailable } = useStore_IsVrctAvailable();
|
||||
|
||||
return {
|
||||
currentIsVrctAvailable,
|
||||
updateIsVrctAvailable,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user