mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-05-24 16:42:49 +00:00
fix some bugs
This commit is contained in:
@@ -49,7 +49,7 @@ export function parser(raw: Uint8Array) {
|
||||
}
|
||||
}
|
||||
|
||||
export function isProtoEnabled(url: string): boolean {
|
||||
export function isProtoEnabled(): boolean {
|
||||
return window.localStorage.getItem('protoEnabled') === 'true';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user