mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding better navigation with search results
This commit is contained in:
parent
5580a9de38
commit
05a31cf6a6
17 changed files with 187 additions and 111 deletions
|
|
@ -102,3 +102,9 @@ export interface UserPreferences {
|
|||
downloadNotificationsEnabled: boolean;
|
||||
repackUpdatesNotificationsEnabled: boolean;
|
||||
}
|
||||
|
||||
export interface HowLongToBeatCategory {
|
||||
title: string;
|
||||
duration: string;
|
||||
color: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue