Fix sum stuff
This commit is contained in:
parent
ee0e403195
commit
c6d8b61a00
14
src/App.tsx
14
src/App.tsx
@ -26,15 +26,15 @@ interface KeyValidationResponse {
|
||||
}
|
||||
|
||||
const LS_KEYS = {
|
||||
spoofed: "neonGlass.spoofedUsername",
|
||||
apiKey: "neonGlass.apiKey",
|
||||
minimizeToTray: "neonGlass.minimizeToTray",
|
||||
platform: "neonGlass.platform",
|
||||
autoInject: "neonGlass.autoInject",
|
||||
spoofed: "rlidentity.spoofedUsername",
|
||||
apiKey: "rlidentity.apiKey",
|
||||
minimizeToTray: "rlidentity.minimizeToTray",
|
||||
platform: "rlidentity.platform",
|
||||
autoInject: "rlidentity.autoInject",
|
||||
} as const;
|
||||
|
||||
const GITHUB_URL = "https://github.com/RLidentity";
|
||||
const FAQ_URL = "https://rlidentity.me/faq";
|
||||
const GITHUB_URL = "https://git.rlidentity.me/bits/rlidentity";
|
||||
const FAQ_URL = "https://rlidentity.me/#faq";
|
||||
|
||||
function isTauriRuntime() {
|
||||
return typeof window !== "undefined" && typeof (window as any).__TAURI_INTERNALS__ !== "undefined";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user