mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
parent
29d82afb95
commit
2f328268d8
1 changed files with 2 additions and 0 deletions
|
|
@ -422,9 +422,11 @@ export function getEqualizerEnabled(state: AppState): boolean {
|
|||
export function getCenterRequested(state: AppState): boolean {
|
||||
return state.windows.centerRequested;
|
||||
}
|
||||
}
|
||||
|
||||
export function getBrowserWindowSize(
|
||||
state: AppState
|
||||
): { height: number; width: number } {
|
||||
return state.windows.browserWindowSize;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue