You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GraphicsSettingsIL2CPP_netFm/GraphicsSettings.cs
+12-12
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,24 @@ public class GraphicsSettings : BasePlugin
24
24
privatestaticConfigEntry<int>Framerate;
25
25
privatestaticConfigEntry<vSyncList>vSync;
26
26
27
-
//private static ConfigEntry<bool> Apply;
27
+
privatestaticConfigEntry<bool>Apply;
28
28
29
29
publicoverridevoidLoad()
30
30
{
31
-
//Apply = Config.Bind("Apply Settings", "Apply All Graphics Settings Bellow", false, "Enable to apply the settings. This will be reset if anything changes.");
Apply=Config.Bind("Apply Settings","Apply All Graphics Settings Bellow",false,"If disabled, settingswill not be applied even when clicking on \"Save Preferences\" button");
0 commit comments