修复文件预览标题

This commit is contained in:
1
2024-11-08 17:20:41 +08:00
parent 3d39c38510
commit d039d8aab4
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 24
targetSdk = 34
versionCode = 57
versionName = "1.6.2"
versionCode = 58
versionName = "1.6.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@@ -242,7 +242,7 @@ val MixSettings = MixNavPage(
}
fun selectFilePreview() {
MixDialogBuilder("上传线路").apply {
MixDialogBuilder("文件预览").apply {
setContent {
SingleSelectItemList(
items = listOf("开启", "关闭", "仅Wifi"),