Skip to content

Commit

Permalink
Change wayland desc
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 19, 2024
1 parent ca8bf8e commit da0e33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ForgeEarlyConfig {
@Config.Comment("Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors")
public static boolean OPENGL_CONTEXT_NO_ERROR = false;

@Config.Comment("Only use this if you have custom glfw natives")
@Config.Comment("Force enable wayland, only use this on supported DE")
public static boolean FORCE_WAYLAND = false;

public static boolean DECORATED = true;
Expand Down

0 comments on commit da0e33d

Please sign in to comment.