Skip to content

Commit

Permalink
Settings Icons: Hide for android 15+
Browse files Browse the repository at this point in the history
Temporary change until I find exactly why it doesn't work

Signed-off-by: DrDisagree <[email protected]>
  • Loading branch information
Mahmud0808 committed Feb 22, 2025
1 parent 67d7872 commit c637ed5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ object PrefsHelper {
"0"
)!!.toInt() in setOf(3, 4)

"settingsIcon" -> Build.VERSION.SDK_INT <= Build.VERSION_CODES.UPSIDE_DOWN_CAKE

else -> true
}
}
Expand Down

0 comments on commit c637ed5

Please sign in to comment.