Implemented a basic way to queue games using DownloadService. Games will download and extract without blocking UI, but more needs to be done to reflect the game in UI and database.
3 lines
No EOL
80 B
TypeScript
3 lines
No EOL
80 B
TypeScript
import SplitPane from './SplitPane';
|
|
|
|
(<any>window).SplitPane = new SplitPane(); |