Skip to content

Commit

Permalink
SQ is hidden by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Dec 31, 2024
1 parent f2f142d commit 8ec8410
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class PrefsCore @Inject constructor(
val debugMode = maker.bool("debug_mode")
val autoStartService = maker.bool("auto_start_service")

val hideSQInAPResources = maker.bool("hide_sq_in_ap_resources")
val hideSQInAPResources = maker.bool("hide_sq_in_ap_resources", true)

val shouldLimitFP = maker.bool("should_fp_limit")
val limitFP = maker.int("fp_limit", 1)
Expand Down Expand Up @@ -150,4 +150,4 @@ class PrefsCore @Inject constructor(

val servantEnhancement = ServantEnhancementPrefsCore(maker)

}
}

0 comments on commit 8ec8410

Please sign in to comment.