mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 17:59:51 +02:00
Fix time limit rules of new user created for allowed apps instead of games
This commit is contained in:
parent
23475b7c9e
commit
5e6b444ae0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class AddUserModel(application: Application): AndroidViewModel(application) {
|
|||
)
|
||||
))
|
||||
|
||||
defaultCategories.generateGamesTimeLimitRules(allowedAppsCategory).forEach { rule ->
|
||||
defaultCategories.generateGamesTimeLimitRules(allowedGamesCategory).forEach { rule ->
|
||||
actions.add(CreateTimeLimitRuleAction(rule))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue