mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 08:17:50 +08:00
Bump UniverseLib and version
This commit is contained in:
@ -112,14 +112,14 @@ namespace UnityExplorer.UI
|
||||
Notification.Init();
|
||||
ConsoleController.Init();
|
||||
|
||||
// Set default menu visibility
|
||||
ShowMenu = !ConfigManager.Hide_On_Startup.Value;
|
||||
|
||||
// Failsafe fix, in some games all dropdowns displayed values are blank on startup for some reason.
|
||||
foreach (Dropdown dropdown in UIRoot.GetComponentsInChildren<Dropdown>(true))
|
||||
dropdown.RefreshShownValue();
|
||||
|
||||
Initializing = false;
|
||||
|
||||
if (ConfigManager.Hide_On_Startup.Value)
|
||||
ShowMenu = false;
|
||||
}
|
||||
|
||||
// Main UI Update loop
|
||||
|
Reference in New Issue
Block a user