mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
feat/sidebar-socials: add socials to sidebar footer
This commit is contained in:
13
src/renderer/declaration.d.ts
vendored
13
src/renderer/declaration.d.ts
vendored
@@ -1,12 +1,12 @@
|
||||
import type {
|
||||
CatalogueEntry,
|
||||
GameShop,
|
||||
Game,
|
||||
CatalogueCategory,
|
||||
TorrentProgress,
|
||||
ShopDetails,
|
||||
UserPreferences,
|
||||
CatalogueEntry,
|
||||
Game,
|
||||
GameShop,
|
||||
HowLongToBeatCategory,
|
||||
ShopDetails,
|
||||
TorrentProgress,
|
||||
UserPreferences,
|
||||
} from "@types";
|
||||
import type { DiskSpace } from "check-disk-space";
|
||||
|
||||
@@ -78,6 +78,7 @@ declare global {
|
||||
|
||||
/* Misc */
|
||||
getOrCacheImage: (url: string) => Promise<string>;
|
||||
openExternalUrl: (url: string) => void;
|
||||
getVersion: () => Promise<string>;
|
||||
ping: () => string;
|
||||
getDefaultDownloadsPath: () => Promise<string>;
|
||||
|
||||
Reference in New Issue
Block a user