Skip to content

Commit

Permalink
Update SodiumGameOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbianxiao authored Sep 17, 2024
1 parent 7f6d796 commit b7e91bc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public class SodiumGameOptions {
public final PerformanceSettings performance = new PerformanceSettings();
public final NotificationSettings notifications = new NotificationSettings();

public final PojavLauncherSettings pojav = new PojavLauncherSettings();

private boolean readOnly;

private SodiumGameOptions() {
Expand Down Expand Up @@ -66,6 +68,11 @@ public static class NotificationSettings {
public boolean hasSeenDonationPrompt = false;
}


public static class PojavLauncherSettings {
public boolean noLongerWarnPojavLauncher = false;
}

public enum GraphicsQuality implements TextProvider {
DEFAULT("options.gamma.default"),
FANCY("options.clouds.fancy"),
Expand Down

0 comments on commit b7e91bc

Please sign in to comment.