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-16Lines changed: 12 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,16 @@ public class GraphicsSettings : BasePlugin
23
23
privatestaticConfigEntry<int>Framerate;
24
24
privatestaticConfigEntry<vSyncList>vSync;
25
25
26
-
privatestaticConfigEntry<bool>Apply;
26
+
privatestaticConfigEntry<bool>AutoApply;
27
27
28
28
publicoverridevoidLoad()
29
29
{
30
-
Apply=Config.Bind("Apply Settings","Apply All Graphics Settings Bellow",false,"If disabled, settings will not be applied even when clicking on \"Save Preferences\" button");
AutoApply=Config.Bind("Apply on Startup","Apply on Startup",false,"Apply graphics settings when you start the game. May also force the resolution when the game is running");
0 commit comments