mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-12 14:49:40 +02:00
14 lines
312 B
TypeScript
14 lines
312 B
TypeScript
export const globalEvents = {
|
|
play: "play",
|
|
pause: "pause",
|
|
playPause: "playPause",
|
|
next: "next",
|
|
previous: "previous",
|
|
updateInfo: "update-info",
|
|
hideSettings: "hideSettings",
|
|
refreshMenuBar: "refreshMenubar",
|
|
showSettings: "showSettings",
|
|
storeChanged: "storeChanged",
|
|
error: "error",
|
|
};
|