mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-01 11:42:37 -04:00
add new initial miscstate
This commit is contained in:
@@ -59,6 +59,11 @@ const playerState: Player = {
|
||||
const miscState: General = {
|
||||
theme: 'defaultDark',
|
||||
font: 'Poppins',
|
||||
modal: {
|
||||
currentPageIndex: undefined,
|
||||
show: false,
|
||||
},
|
||||
modalPages: [],
|
||||
};
|
||||
|
||||
const mockInitialState = {
|
||||
|
||||
Reference in New Issue
Block a user