mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
✨ feat: Implement VRChat custom protocol handling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type EnhancementId = "linux-screenshot-symlink";
|
||||
export type EnhancementId = "linux-screenshot-symlink" | "vrchat-protocol-handler";
|
||||
|
||||
export type OsPlatform = "linux" | "win32" | "darwin";
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export interface GameStatus {
|
||||
running: boolean;
|
||||
supported: boolean;
|
||||
launching?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user