WSLApi constructor

WSLApi()

Implementation

WSLApi() {
  if (!inited) {
    inited = true;
    App().getDistroLinks();
  }
}