We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c16a9 commit 55114d5Copy full SHA for 55114d5
1 file changed
app/src/main/java/com/wmods/wppenhacer/xposed/features/general/Others.java
@@ -80,6 +80,8 @@ public void doHook() throws Exception {
80
propsBoolean.put(5171, filterSeen);
81
propsBoolean.put(4497, menuWIcons);
82
propsBoolean.put(4023, newSettings);
83
+ propsInteger.put(18564, newSettings ? 1 : 0);
84
+
85
if (disableMetaAI)
86
propsBoolean.put(8013, Objects.equals(filterChats, "2"));
87
propsBoolean.put(2889, floatingMenu);
0 commit comments