mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding background to item
This commit is contained in:
parent
f6072eeb5c
commit
1f2f269736
20 changed files with 77 additions and 98 deletions
|
@ -50,5 +50,7 @@ export const databasePath = path.join(
|
|||
"hydra.db"
|
||||
);
|
||||
|
||||
export const imageCachePath = path.join(app.getPath("userData"), ".imagecache");
|
||||
|
||||
export const INSTALLATION_ID_LENGTH = 6;
|
||||
export const ACTIVATION_KEY_MULTIPLIER = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue