mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
parent
b4a88d2cc4
commit
29b4e0db71
4 changed files with 16 additions and 0 deletions
|
|
@ -387,6 +387,10 @@ class Winamp {
|
|||
return this._actionEmitter.on(MINIMIZE_WINAMP, cb);
|
||||
}
|
||||
|
||||
setSkinFromUrl(url: string): void {
|
||||
this.store.dispatch(Actions.setSkinFromUrl(url));
|
||||
}
|
||||
|
||||
async skinIsLoaded(): Promise<void> {
|
||||
// Wait for the skin to load.
|
||||
// TODO #leak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue