-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Broken initialization mechanism (first start). Seems, wrong logic. During the first launch, user should see the initial setup screen. However, this does not happen. As a result, a FIPS have errors on startup.
Temporary fix:
Put next lines to FIPS.INI into deployment directory
[Common]
Initialization=1
Floatbar=1
Lines 399-407
https://github.com/kosfango/fips/blob/master/Light.cpp#L399-L407
and 455-465
https://github.com/kosfango/fips/blob/master/Light.cpp#L455-L465
of Light.cpp