manager: hide "uninstall temporary" temporarily.

This commit is contained in:
weishu
2024-04-23 15:38:18 +08:00
parent 3da7c0fdc3
commit 733b681bfb

View File

@@ -312,7 +312,7 @@ enum class UninstallType(val title: Int, val message: Int, val icon: ImageVector
fun rememberUninstallDialog(onSelected: (UninstallType) -> Unit): DialogHandle {
return rememberCustomDialog { dismiss ->
val options = listOf(
UninstallType.TEMPORARY,
// UninstallType.TEMPORARY,
UninstallType.PERMANENT,
UninstallType.RESTORE_STOCK_IMAGE
)