manager: Add desc for umount modules.

This commit is contained in:
weishu
2023-06-04 17:42:58 +08:00
parent 40da8b20ba
commit 6a23e50a6b
9 changed files with 18 additions and 14 deletions
@@ -33,7 +33,8 @@ fun AppProfileConfig(
}
SwitchItem(
title = stringResource(R.string.profile_hide_modules),
title = stringResource(R.string.profile_umount_modules),
summary = stringResource(R.string.profile_umount_modules_summary),
checked = if (enabled) {
profile.umountModules
} else {