mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
add ability to configure double click behavior
This commit is contained in:
parent
94edda1856
commit
88741a8616
4 changed files with 36 additions and 2 deletions
|
|
@ -195,6 +195,7 @@ export interface SettingsState {
|
|||
albumArtRes?: number | null;
|
||||
buttonSize: number;
|
||||
defaultFullPlaylist: boolean;
|
||||
doubleClickQueueAll: boolean;
|
||||
externalLinks: boolean;
|
||||
followSystemTheme: boolean;
|
||||
genreTarget: GenreTarget;
|
||||
|
|
@ -318,6 +319,7 @@ const initialState: SettingsState = {
|
|||
albumArtRes: undefined,
|
||||
buttonSize: 20,
|
||||
defaultFullPlaylist: true,
|
||||
doubleClickQueueAll: true,
|
||||
externalLinks: true,
|
||||
followSystemTheme: false,
|
||||
genreTarget: GenreTarget.TRACK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue