1
0
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:
areteruhiro 2024-10-14 11:17:19 +09:00 committed by GitHub
parent 37f1edd24f
commit 6e7ee889d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
};
}