Skip to content

Commit

Permalink
fix: antiques
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Sep 12, 2024
1 parent 864f108 commit f946a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class SystemFrameworkT extends BaseModule {

@Override
public void handleLoadPackage() {
initHook(new AntiQues());
initHook(new AntiQues(), mPrefsMap.getBoolean("system_settings_anti_ques"));
// 小窗
initHook(new AllowAutoStart(), mPrefsMap.getBoolean("system_framework_auto_start_apps_enable"));
initHook(new FreeFormCount(), mPrefsMap.getBoolean("system_framework_freeform_count"));
Expand Down

0 comments on commit f946a96

Please sign in to comment.