Skip to content

Commit

Permalink
😡fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Mar 12, 2024
1 parent 1092c99 commit d3356d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public void onCreatePreferences(@Nullable Bundle savedInstanceState, @Nullable S

setItemClick("shareLog", pref -> {
shareLogFile();
return true;
});
setItemClick("performanceMonitor", pref -> GlobalConfig.set(GlobalConfig.KEY_SHOW_PERFORMANCE_OVERLAY, ((SwitchPreferenceCompat) pref).isChecked()));
setItemClick("shaderJit", pref -> GlobalConfig.set(GlobalConfig.KEY_SHADER_JIT, ((SwitchPreferenceCompat) pref).isChecked()));
Expand Down

0 comments on commit d3356d8

Please sign in to comment.