CP77_nativeSettings icon indicating copy to clipboard operation
CP77_nativeSettings copied to clipboard

A small mod for Cyberpunk 2077 that allows other mods to easily add settings menus using only native UI

Results 1 CP77_nativeSettings issues
Sort by recently updated
recently updated
newest added

When using the `Game.GetSettingsSystem()` to update system settings combined with `Game.GetSettingsSystem():ConfirmChanges()`, the options duplicate when an action is triggered by an option, even without using `nativeSettings.refresh()`. Using `nativeSettings.refresh()` instead can...