Skip to content

Commit 55114d5

Browse files
committed
Integrate New Settings Option into Others.java
Signed-off-by: Dev4Mod <[email protected]>
1 parent 24c16a9 commit 55114d5

File tree

1 file changed

+2
-0
lines changed
  • app/src/main/java/com/wmods/wppenhacer/xposed/features/general

1 file changed

+2
-0
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/general/Others.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public void doHook() throws Exception {
8080
propsBoolean.put(5171, filterSeen);
8181
propsBoolean.put(4497, menuWIcons);
8282
propsBoolean.put(4023, newSettings);
83+
propsInteger.put(18564, newSettings ? 1 : 0);
84+
8385
if (disableMetaAI)
8486
propsBoolean.put(8013, Objects.equals(filterChats, "2"));
8587
propsBoolean.put(2889, floatingMenu);

0 commit comments

Comments
 (0)