Skip to content

Commit

Permalink
Update LimeOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipppppppppp authored Mar 19, 2024
1 parent 691f65f commit c51f738
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public Option(String name, int id, boolean checked) {
public Option sendMuteMessage = new Option("mute_message", R.string.switch_send_mute_message, false);
public Option deleteKeepUnread = new Option("delete_keep_unread", R.string.switch_delete_keep_unread, false);
public Option blockTracking = new Option("block_tracking", R.string.switch_block_tracking, false);
public Option unlockThemes = new Option("unlock_themes", R.string.switch_unlock_themes, false);
public Option outputCommunication = new Option("output_communication", R.string.switch_output_communication, false);

public Option[] options = {
Expand All @@ -47,7 +46,6 @@ public Option(String name, int id, boolean checked) {
sendMuteMessage,
deleteKeepUnread,
blockTracking,
unlockThemes,
outputCommunication
};
}

0 comments on commit c51f738

Please sign in to comment.