mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates
This commit is contained in:
parent
7ce516877e
commit
ccebe0a67a
74 changed files with 56065 additions and 2810 deletions
|
|
@ -10,6 +10,7 @@ interface UIStates {
|
|||
blurBackgroundImage: string | null
|
||||
fullscreen: boolean
|
||||
playingVideoID: number | null
|
||||
isPauseVideos: boolean
|
||||
}
|
||||
|
||||
const initUIStates: UIStates = {
|
||||
|
|
@ -21,6 +22,7 @@ const initUIStates: UIStates = {
|
|||
blurBackgroundImage: null,
|
||||
fullscreen: false,
|
||||
playingVideoID: null,
|
||||
isPauseVideos: false,
|
||||
}
|
||||
|
||||
window.ipcRenderer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue