mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-11 07:51:37 +09:00
Update LimeOptions.java
オプションの追加
This commit is contained in:
parent
37f1edd24f
commit
6e7ee889d8
@ -33,6 +33,8 @@ public class LimeOptions {
|
||||
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);
|
||||
public Option Archived = new Option("Archived_message", R.string.switch_archived, false);
|
||||
|
||||
|
||||
public Option[] options = {
|
||||
removeVoom,
|
||||
@ -54,6 +56,7 @@ public class LimeOptions {
|
||||
removeKeepUnread,
|
||||
blockTracking,
|
||||
stopVersionCheck,
|
||||
outputCommunication
|
||||
outputCommunication,
|
||||
Archived
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user