Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly committed Aug 17, 2024
1 parent 3722ce4 commit 86e86ad
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,7 @@ private void showSetGLVersionDialog() {
.putString("mesaGLSLVersion", LauncherPreferences.PREF_MESA_GLSL_VERSION)
.apply();
})
.setNegativeButton(R.string.alertdialog_cancel, (dia, i) -> {
LauncherPreferences.DEFAULT_PREF.edit()
.putBoolean("ebCustom", false)
.putBoolean("ebSystem", true)
.apply();
})
.setNegativeButton(R.string.alertdialog_cancel, null)
.create();
dialog.show();
}
Expand Down

0 comments on commit 86e86ad

Please sign in to comment.