fix: Untranslated issues.

This commit is contained in:
sunwen
2024-07-19 17:17:49 +08:00
parent 3cd25d8fbc
commit 728228bf88
8 changed files with 145 additions and 118 deletions

View File

@@ -211,6 +211,7 @@ GeneralForm::GeneralForm(QWidget* aParent)
diskLabel->setText(tr("Disk Storage"));
anonyButton->setChecked(JsonObject::Instance()->getAnonymousMode());
scanProtocolButton->setText(GetProtocalHelper::getProtocalStr());
lockTime->setText(GetLockScreenTimeHelper::getLockScreenTimeStr());
updateStorageSize();
updateStorageUsed();
});