LaurentOngaro / UEVaultManager

Free and open-source replacement for the Epic Games Launcher application, mainly to manage the assets for Unreal Engine
https://laurentongaro.github.io/UEVaultManager/
GNU General Public License v3.0
4 stars 0 forks source link

[BUG] command buttons throw errors when launching GUI from main #19

Closed LaurentOngaro closed 1 year ago

LaurentOngaro commented 1 year ago

Description

command buttons throw errors in the console when launching GUI from main

To reproduce

  1. click on any command button (Help for instance)

Possible Cause

cli object is not available when launched from main

Possible fixes

  1. disabling buttons in that case
  2. OR instantiate the cli object
LaurentOngaro commented 1 year ago

fixed in 1.6.1