Skip to content

Commit

Permalink
Update LimeOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro authored Jan 24, 2025
1 parent 0ebc800 commit 0d9dd03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public Option(String name, int id, boolean checked) {
public Option removePremiumRecommendation = new Option("remove_premium_recommendation", R.string.switch_remove_premium_recommendation, false);
public Option removeServiceLabels = new Option("remove_service_labels", R.string.switch_remove_service_labels, false);
public Option removeAllServices = new Option("remove_services", R.string.switch_remove_service, false);
public Option removeReplyMute = new Option("remove_reply_mute", R.string.switch_remove_reply_mute, true);
public Option removeReplyMute = new Option("remove_reply_mute", R.string.switch_remove_reply_mute, false);
public Option redirectWebView = new Option("redirect_webview", R.string.switch_redirect_webview, false);
public Option openInBrowser = new Option("open_in_browser", R.string.switch_open_in_browser, false);
public Option preventMarkAsRead = new Option("prevent_mark_as_read", R.string.switch_prevent_mark_as_read, false);
Expand Down

0 comments on commit 0d9dd03

Please sign in to comment.