mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat/sidebar-socials: add socials to sidebar footer
This commit is contained in:
parent
2893ff559f
commit
68e4612f47
13 changed files with 139 additions and 34 deletions
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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue