Skip to content

Commit

Permalink
Update LimeOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro authored Oct 31, 2024
1 parent cd7498d commit 49da132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/io/github/hiro/lime/LimeOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Option(String name, int id, boolean checked) {
public Option sendMuteMessage = new Option("mute_message", R.string.switch_send_mute_message, false);

public Option removeKeepUnread = new Option("remove_keep_unread", R.string.switch_remove_keep_unread, false);
public Option KeepUnreadLSpatch = new Option("remove_keep_unread", R.string.switch_KeepUnreadLSpatch, false);
public Option KeepUnreadLSpatch = new Option("Keep_UnreadLSpatch", R.string.switch_KeepUnreadLSpatch, false);
public Option blockTracking = new Option("block_tracking", R.string.switch_block_tracking, false);
public Option stopVersionCheck = new Option("stop_version_check", R.string.switch_stop_version_check, false);
public Option outputCommunication = new Option("output_communication", R.string.switch_output_communication, false);
Expand Down

0 comments on commit 49da132

Please sign in to comment.