Quality bug

Report bugs of MFPS 2.0 here
Post Reply
User avatar
jony12
Contributor
Contributor
Posts: 223
Joined: Mon Sep 24, 2018 12:46 pm

When the reset button is used, the settings are duplicated.

Video

https://1drv.ms/v/s!AvDNVBN-jAkHiplrqvn ... g?e=HMAy9S
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Add this line:

Code: Select all

QualityDropdown.ClearOptions();
in bl_Lobby.cs -> void SetUpUI() -> after:

Code: Select all

    void SetUpUI()
    {
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
jony12
Contributor
Contributor
Posts: 223
Joined: Mon Sep 24, 2018 12:46 pm

Thanks.
Post Reply